Home
last modified time | relevance | path

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

/optee_os/core/include/tee/
H A Dtee_cryp_concat_kdf.h11 TEE_Result tee_cryp_concat_kdf(uint32_t hash_id, const uint8_t *shared_secret,
/optee_os/core/tee/
H A Dsub.mk23 srcs-$(CFG_CRYPTO_CONCAT_KDF) += tee_cryp_concat_kdf.c
H A Dtee_cryp_concat_kdf.c13 TEE_Result tee_cryp_concat_kdf(uint32_t hash_id, const uint8_t *shared_secret, in tee_cryp_concat_kdf() function
H A Dtee_svc_cryp.c3899 res = tee_cryp_concat_kdf(hash_id, shared_secret, ss->key_size, in syscall_cryp_derive_key()