Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dhkdf.c76 u8 *okm, unsigned int okmlen) in hkdf_expand() argument
112 memcpy(&okm[i], tmp, okmlen - i); in hkdf_expand()
120 prev = &okm[i]; in hkdf_expand()
138 const u8 *okm; member
466 u8 *prk = NULL, *okm = NULL; in hkdf_test() local
510 okm = kzalloc(tv->okm_size, GFP_KERNEL); in hkdf_test()
511 if (!okm) { in hkdf_test()
524 okm, tv->okm_size); in hkdf_test()
528 } else if (memcmp(okm, tv->okm, tv->okm_size)) { in hkdf_test()
532 16, 1, okm, tv->okm_size, false); in hkdf_test()
[all …]
/linux-6.15/fs/crypto/
H A Dhkdf.c103 u8 *okm, unsigned int okmlen) in fscrypt_hkdf_expand() argument
119 okm, okmlen); in fscrypt_hkdf_expand()
H A Dfscrypt_private.h373 u8 *okm, unsigned int okmlen);
/linux-6.15/include/crypto/
H A Dhkdf.h19 u8 *okm, unsigned int okmlen);