Home
last modified time | relevance | path

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

/Linux-v6.1/include/crypto/internal/
Dkdf_selftest.h16 unsigned char *ikm; member
27 const u8 *ikm, size_t ikmlen), in kdf_test() argument
49 test->ikm, test->ikmlen); in kdf_test()
/Linux-v6.1/crypto/
Dkdf_sp800108.c79 const u8 *ikm, size_t ikmlen) in crypto_kdf108_setkey() argument
84 if (ikm || ikmlen) in crypto_kdf108_setkey()
107 .ikm = NULL,
/Linux-v6.1/fs/crypto/
Dhkdf.c48 static int hkdf_extract(struct crypto_shash *hmac_tfm, const u8 *ikm, in hkdf_extract() argument
58 return crypto_shash_tfm_digest(hmac_tfm, ikm, ikmlen, prk); in hkdf_extract()
/Linux-v6.1/include/crypto/
Dkdf_sp800108.h59 const u8 *ikm, size_t ikmlen);