Searched refs:hkdf_expand (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/misc/hkdf/ |
A D | hkdf.c | 38 int hkdf_expand(int hash_idx, const unsigned char *info, unsigned long infolen, in hkdf_expand() function 134 err = hkdf_expand(hash_idx, info, infolen, extracted, hashsize, out, outlen); in hkdf()
|
/optee_os/core/tee/ |
A D | tee_cryp_hkdf.c | 65 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/ |
A D | tomcrypt_misc.h | 73 int hkdf_expand(int hash_idx,
|
/optee_os/out/arm/core/ |
A D | tee.dmp | 49806 hkdf_expand(): 49815 hkdf_expand(): 49940 hkdf_expand():
|
Completed in 148 milliseconds