Searched refs:hmac_key (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 99 #define HMAC_TEST(algo_type, data_in, hash_val, hmac_key) {\ argument 107 .key = (hmac_key), \ 108 .key_len = sizeof(hmac_key)\ 192 HMAC_TEST(MD5, foo_data, hmac_md5, hmac_key), 193 HMAC_TEST(SHA1, foo_data, hmac_sha1, hmac_key), 194 HMAC_TEST(SHA256, foo_data, hmac_sha256, hmac_key), 195 HMAC_TEST(SHA512, foo_data, hmac_sha512, hmac_key), 196 HMAC_TEST(SM3, foo_data, hmac_sm3, hmac_key),
|
| /rk3399_rockchip-uboot/include/rockchip/ |
| H A D | crypto_fix_test_data.h | 827 const u8 hmac_key[] = { variable
|