Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/
H A Dhkdf.h17 int hkdf_expand(struct crypto_shash *hmac_tfm,
/linux-6.15/crypto/
H A Dhkdf.c74 int hkdf_expand(struct crypto_shash *hmac_tfm, in hkdf_expand() function
130 EXPORT_SYMBOL_GPL(hkdf_expand);
523 err = hkdf_expand(tfm, tv->info, tv->info_size, in hkdf_test()
/linux-6.15/fs/crypto/
H A Dhkdf.c118 err = hkdf_expand(hkdf->hmac_tfm, full_info, infolen + 9, in fscrypt_hkdf_expand()
/linux-6.15/drivers/nvme/common/
H A Dauth.c793 ret = hkdf_expand(hmac_tfm, info, info_len, tls_key, psk_len); in nvme_auth_derive_tls_psk()