Searched refs:HASH_TEST (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 89 #define HASH_TEST(algo_type, data_in, hash_val) {\ macro 184 HASH_TEST(MD5, foo_data, hash_md5), 185 HASH_TEST(SHA1, foo_data, hash_sha1), 186 HASH_TEST(SHA256, foo_data, hash_sha256), 187 HASH_TEST(SHA512, foo_data, hash_sha512), 188 HASH_TEST(SM3, foo_data, hash_sm3),
|