Upgraded GRUB2 to 2.00 release.
[AROS.git] / arch / all-pc / boot / grub2-aros / grub-core / lib / libgcrypt-grub / cipher / hash-common.h
blob4a1630f0b559cd011bb627cf28006ad586757080
1 /* This file was automatically imported with
2 import_gcry.py. Please don't modify it */
3 #include <grub/dl.h>
4 /* hash-common.h - Declarations of common code for hash algorithms.
5 * Copyright (C) 2008 Free Software Foundation, Inc.
7 * This file is part of Libgcrypt.
9 * Libgcrypt is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU Lesser General Public License as
11 * published by the Free Software Foundation; either version 2.1 of
12 * the License, or (at your option) any later version.
14 * Libgcrypt is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU Lesser General Public License for more details.
19 * You should have received a copy of the GNU Lesser General Public
20 * License along with this program; if not, see <http://www.gnu.org/licenses/>.
23 #ifndef GCRY_HASH_COMMON_H
24 #define GCRY_HASH_COMMON_H
27 const char * _gcry_hash_selftest_check_one
28 /**/ (int algo,
29 int datamode, const void *data, size_t datalen,
30 const void *expect, size_t expectlen);
36 #endif /*GCRY_HASH_COMMON_H*/