Home
last modified time | relevance | path

Searched refs:hkdf_expand (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/misc/hkdf/
H A Dhkdf.c31 int hkdf_expand(int hash_idx, const unsigned char *info, unsigned long infolen, in hkdf_expand() function
127 err = hkdf_expand(hash_idx, info, infolen, extracted, hashsize, out, outlen); in hkdf()
/optee_os/core/tee/
H A Dtee_cryp_hkdf.c65 static TEE_Result hkdf_expand(uint32_t hash_id, const uint8_t *prk, in hkdf_expand() function
157 res = hkdf_expand(hash_id, prk, prk_len, info, info_len, okm, in tee_cryp_hkdf()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_misc.h73 int hkdf_expand(int hash_idx,