Searched refs:ikmlen (Results 1 – 4 of 4) sorted by relevance
/linux/include/crypto/internal/ |
H A D | kdf_selftest.h | 17 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 D | kdf_sp800108.c | 79 const u8 *ikm, size_t ikmlen) in crypto_kdf108_setkey() argument 84 if (ikm || ikmlen) in crypto_kdf108_setkey() 108 .ikmlen = 0,
|
/linux/fs/crypto/ |
H A D | hkdf.c | 49 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()
|
/linux/include/crypto/ |
H A D | kdf_sp800108.h | 59 const u8 *ikm, size_t ikmlen);
|