Searched refs:okm (Results 1 – 2 of 2) sorted by relevance
117 u8 *okm, unsigned int okmlen) in fscrypt_hkdf_expand() argument160 memcpy(&okm[i], tmp, okmlen - i); in fscrypt_hkdf_expand()163 err = crypto_shash_finup(desc, &counter, 1, &okm[i]); in fscrypt_hkdf_expand()168 prev = &okm[i]; in fscrypt_hkdf_expand()173 memzero_explicit(okm, okmlen); /* so caller doesn't need to */ in fscrypt_hkdf_expand()
296 u8 *okm, unsigned int okmlen);