Searched refs:hmac_sha256_usingrawkey (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/crypto/ |
| H A D | sha256.c | 470 void hmac_sha256_usingrawkey(const u8 *raw_key, size_t raw_key_len, in hmac_sha256_usingrawkey() function 480 EXPORT_SYMBOL_GPL(hmac_sha256_usingrawkey); 496 hmac_sha256_usingrawkey(fips_test_key, sizeof(fips_test_key), in sha256_mod_init()
|
| /linux/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 479 hmac_sha256_usingrawkey(derived_key, sizeof(derived_key), in datablob_hmac_append() 510 hmac_sha256_usingrawkey(derived_key, sizeof(derived_key), p, len, in datablob_hmac_verify()
|
| /linux/include/crypto/ |
| H A D | sha2.h | 525 void hmac_sha256_usingrawkey(const u8 *raw_key, size_t raw_key_len,
|
| /linux/drivers/thunderbolt/ |
| H A D | domain.c | 734 hmac_sha256_usingrawkey(sw->key, TB_SWITCH_KEY_SIZE, in tb_domain_challenge_switch_key()
|