Home
last modified time | relevance | path

Searched refs:tee_cryp_hkdf (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/tee/
H A Dtee_cryp_hkdf.h11 TEE_Result tee_cryp_hkdf(uint32_t hash_id, const uint8_t *ikm, size_t ikm_len,
/optee_os/core/tee/
H A Dsub.mk22 srcs-$(CFG_CRYPTO_HKDF) += tee_cryp_hkdf.c
H A Dtee_cryp_hkdf.c144 TEE_Result tee_cryp_hkdf(uint32_t hash_id, const uint8_t *ikm, size_t ikm_len, in tee_cryp_hkdf() function
H A Dtee_svc_cryp.c3870 res = tee_cryp_hkdf(hash_id, ikm, ik->key_size, salt, salt_len, in syscall_cryp_derive_key()