blob: 552e0486df8861af39ad9b6d4fd3301ecc985a44 [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,
Christopher Ferris38062f92014-07-09 15:33:25 -070023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080024 HASH_ALGO_MD5,
25 HASH_ALGO_SHA1,
26 HASH_ALGO_RIPE_MD_160,
27 HASH_ALGO_SHA256,
Christopher Ferris38062f92014-07-09 15:33:25 -070028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080029 HASH_ALGO_SHA384,
30 HASH_ALGO_SHA512,
31 HASH_ALGO_SHA224,
32 HASH_ALGO_RIPE_MD_128,
Christopher Ferris38062f92014-07-09 15:33:25 -070033/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080034 HASH_ALGO_RIPE_MD_256,
35 HASH_ALGO_RIPE_MD_320,
36 HASH_ALGO_WP_256,
37 HASH_ALGO_WP_384,
Christopher Ferris38062f92014-07-09 15:33:25 -070038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080039 HASH_ALGO_WP_512,
40 HASH_ALGO_TGR_128,
41 HASH_ALGO_TGR_160,
42 HASH_ALGO_TGR_192,
Christopher Ferris38062f92014-07-09 15:33:25 -070043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080044 HASH_ALGO__LAST
Christopher Ferris38062f92014-07-09 15:33:25 -070045};
46#endif