Searched refs:hmac_sha256_usingrawkey (Results 1 – 7 of 7) sorted by relevance
| /linux/net/mptcp/ |
| H A D | crypto.c | 47 hmac_sha256_usingrawkey((const u8 *)key, sizeof(key), msg, len, hmac); in mptcp_crypto_hmac_sha()
|
| /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/lib/crypto/tests/ |
| H A D | sha256_kunit.c | 22 #define HMAC_USINGRAWKEY hmac_sha256_usingrawkey
|
| /linux/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 480 hmac_sha256_usingrawkey(derived_key, sizeof(derived_key), in datablob_hmac_append() 511 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/net/sctp/ |
| H A D | auth.c | 651 hmac_sha256_usingrawkey(asoc_key->data, asoc_key->len, in sctp_auth_calculate_hmac()
|
| /linux/drivers/thunderbolt/ |
| H A D | domain.c | 734 hmac_sha256_usingrawkey(sw->key, TB_SWITCH_KEY_SIZE, in tb_domain_challenge_switch_key()
|