Home
last modified time | relevance | path

Searched refs:hkdf_extract (Results 1 – 3 of 3) sorted by relevance

/linux/crypto/
H A Dhkdf.c44 int hkdf_extract(struct crypto_shash *hmac_tfm, const u8 *ikm, in hkdf_extract() function
56 EXPORT_SYMBOL_GPL(hkdf_extract);
493 err = hkdf_extract(tfm, tv->ikm, tv->ikm_size, in hkdf_test()
/linux/include/crypto/
H A Dhkdf.h14 int hkdf_extract(struct crypto_shash *hmac_tfm, const u8 *ikm,
/linux/drivers/nvme/common/
H A Dauth.c805 ret = hkdf_extract(hmac_tfm, psk, psk_len, in nvme_auth_derive_tls_psk()