Home
last modified time | relevance | path

Searched refs:ikmlen (Results 1 – 5 of 5) sorted by relevance

/linux/include/crypto/internal/
H A Dkdf_selftest.h17 size_t ikmlen; member
27 const u8 *ikm, size_t ikmlen), in kdf_test() argument
49 test->ikm, test->ikmlen); in kdf_test()
/linux/crypto/
H A Dkdf_sp800108.c79 const u8 *ikm, size_t ikmlen) in crypto_kdf108_setkey() argument
84 if (ikm || ikmlen) in crypto_kdf108_setkey()
108 .ikmlen = 0,
H A Dhkdf.c45 unsigned int ikmlen, const u8 *salt, unsigned int saltlen, in hkdf_extract() argument
52 err = crypto_shash_tfm_digest(hmac_tfm, ikm, ikmlen, prk); in hkdf_extract()
/linux/include/crypto/
H A Dkdf_sp800108.h59 const u8 *ikm, size_t ikmlen);
H A Dhkdf.h15 unsigned int ikmlen, const u8 *salt, unsigned int saltlen,