Home
last modified time | relevance | path

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

/Linux-v5.4/fs/crypto/
Dhkdf.c117 u8 *okm, unsigned int okmlen) in fscrypt_hkdf_expand() argument
160 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()
Dfscrypt_private.h296 u8 *okm, unsigned int okmlen);