Home
last modified time | relevance | path

Searched refs:okmlen (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
85 if (WARN_ON(okmlen > 255 * hashlen)) in hkdf_expand()
90 for (i = 0; i < okmlen; i += hashlen) { in hkdf_expand()
108 if (okmlen - i < hashlen) { in hkdf_expand()
112 memcpy(&okm[i], tmp, okmlen - i); in hkdf_expand()
125 memzero_explicit(okm, okmlen); /* so caller doesn't need to */ in hkdf_expand()
/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);