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/include/crypto/ |
| H A D | kdf_sp800108.h | 59 const u8 *ikm, size_t ikmlen);
|
| H A D | hkdf.h | 15 unsigned int ikmlen, const u8 *salt, unsigned int saltlen,
|
| /linux/crypto/ |
| H A D | hkdf.c | 45 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()
|