Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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,
/openbmc/linux/fs/crypto/
H A Dhkdf.c49 unsigned int ikmlen, u8 prk[HKDF_HASHLEN]) in hkdf_extract() argument
58 return crypto_shash_tfm_digest(hmac_tfm, ikm, ikmlen, prk); in hkdf_extract()
/openbmc/linux/include/crypto/
H A Dkdf_sp800108.h59 const u8 *ikm, size_t ikmlen);