Searched refs:foo_data (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 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), 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), [all …]
|
| /rk3399_rockchip-uboot/include/rockchip/ |
| H A D | crypto_fix_test_data.h | 8 const u8 foo_data[] = { variable
|