Searched refs:hkdf_expand (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/crypto/ |
| H A D | hkdf.h | 17 int hkdf_expand(struct crypto_shash *hmac_tfm,
|
| /linux-6.15/crypto/ |
| H A D | hkdf.c | 74 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 D | hkdf.c | 118 err = hkdf_expand(hkdf->hmac_tfm, full_info, infolen + 9, in fscrypt_hkdf_expand()
|
| /linux-6.15/drivers/nvme/common/ |
| H A D | auth.c | 793 ret = hkdf_expand(hmac_tfm, info, info_len, tls_key, psk_len); in nvme_auth_derive_tls_psk()
|