Home | History | Annotate | Download | only in linux
      1 /****************************************************************************
      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
     21 enum hash_algo {
     22   HASH_ALGO_MD4,
     23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     24   HASH_ALGO_MD5,
     25   HASH_ALGO_SHA1,
     26   HASH_ALGO_RIPE_MD_160,
     27   HASH_ALGO_SHA256,
     28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     29   HASH_ALGO_SHA384,
     30   HASH_ALGO_SHA512,
     31   HASH_ALGO_SHA224,
     32   HASH_ALGO_RIPE_MD_128,
     33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     34   HASH_ALGO_RIPE_MD_256,
     35   HASH_ALGO_RIPE_MD_320,
     36   HASH_ALGO_WP_256,
     37   HASH_ALGO_WP_384,
     38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     39   HASH_ALGO_WP_512,
     40   HASH_ALGO_TGR_128,
     41   HASH_ALGO_TGR_160,
     42   HASH_ALGO_TGR_192,
     43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     44   HASH_ALGO_SM3_256,
     45   HASH_ALGO__LAST
     46 };
     47 #endif
     48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     49