Searched refs:hkdf_extract (Results 1 – 3 of 3) sorted by relevance
| /linux/crypto/ |
| H A D | hkdf.c | 44 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 D | hkdf.h | 14 int hkdf_extract(struct crypto_shash *hmac_tfm, const u8 *ikm,
|
| /linux/drivers/nvme/common/ |
| H A D | auth.c | 805 ret = hkdf_extract(hmac_tfm, psk, psk_len, in nvme_auth_derive_tls_psk()
|