Searched refs:HASH_TEST (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | crypto.c | 76 #define HASH_TEST(algo_type, data_in, hash_val) {\ macro 158 HASH_TEST(MD5, foo_data, hash_md5), 159 HASH_TEST(SHA1, foo_data, hash_sha1), 160 HASH_TEST(SHA256, foo_data, hash_sha256), 161 HASH_TEST(SHA512, foo_data, hash_sha512), 162 HASH_TEST(SM3, foo_data, hash_sm3),
|