1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * Hash Info: Hash algorithms information
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the Free
9 * Software Foundation; either version 2 of the License, or (at your option)
14 #ifndef _UAPI_LINUX_HASH_INFO_H
15 #define _UAPI_LINUX_HASH_INFO_H
21 HASH_ALGO_RIPE_MD_160,
26 HASH_ALGO_RIPE_MD_128,
27 HASH_ALGO_RIPE_MD_256,
28 HASH_ALGO_RIPE_MD_320,
36 HASH_ALGO_STREEBOG_256,
37 HASH_ALGO_STREEBOG_512,
41 #endif /* _UAPI_LINUX_HASH_INFO_H */