blob: 824b71a1ffed73c1676d5eb40f7f96f2a275b808 [file] [log] [blame]
Christopher Ferris38062f92014-07-09 15:33:25 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _UAPI_LINUX_HASH_INFO_H
20#define _UAPI_LINUX_HASH_INFO_H
21enum hash_algo {
Tao Baod7db5942015-01-28 10:07:51 -080022 HASH_ALGO_MD4,
Tao Baod7db5942015-01-28 10:07:51 -080023 HASH_ALGO_MD5,
24 HASH_ALGO_SHA1,
25 HASH_ALGO_RIPE_MD_160,
26 HASH_ALGO_SHA256,
Tao Baod7db5942015-01-28 10:07:51 -080027 HASH_ALGO_SHA384,
28 HASH_ALGO_SHA512,
29 HASH_ALGO_SHA224,
30 HASH_ALGO_RIPE_MD_128,
Tao Baod7db5942015-01-28 10:07:51 -080031 HASH_ALGO_RIPE_MD_256,
32 HASH_ALGO_RIPE_MD_320,
33 HASH_ALGO_WP_256,
34 HASH_ALGO_WP_384,
Tao Baod7db5942015-01-28 10:07:51 -080035 HASH_ALGO_WP_512,
36 HASH_ALGO_TGR_128,
37 HASH_ALGO_TGR_160,
38 HASH_ALGO_TGR_192,
Christopher Ferris106b3a82016-08-24 12:15:38 -070039 HASH_ALGO_SM3_256,
Christopher Ferrisd842e432019-03-07 10:21:59 -080040 HASH_ALGO_STREEBOG_256,
41 HASH_ALGO_STREEBOG_512,
Tao Baod7db5942015-01-28 10:07:51 -080042 HASH_ALGO__LAST
Christopher Ferris38062f92014-07-09 15:33:25 -070043};
44#endif