Home
last modified time | relevance | path

Searched refs:hmac_sha256_usingrawkey (Results 1 – 4 of 4) sorted by relevance

/linux/lib/crypto/
H A Dsha256.c470 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 Dencrypted.c479 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 Dsha2.h525 void hmac_sha256_usingrawkey(const u8 *raw_key, size_t raw_key_len,
/linux/drivers/thunderbolt/
H A Ddomain.c734 hmac_sha256_usingrawkey(sw->key, TB_SWITCH_KEY_SIZE, in tb_domain_challenge_switch_key()