Home
last modified time | relevance | path

Searched refs:tee_cryp_pbkdf2 (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/tee/
H A Dtee_cryp_pbkdf2.h11 TEE_Result tee_cryp_pbkdf2(uint32_t hash_id, const uint8_t *password,
/optee_os/core/tee/
H A Dsub.mk25 srcs-$(CFG_CRYPTO_PBKDF2) += tee_cryp_pbkdf2.c
H A Dtee_cryp_pbkdf2.c71 TEE_Result tee_cryp_pbkdf2(uint32_t hash_id, const uint8_t *password, in tee_cryp_pbkdf2() function
H A Dtee_svc_cryp.c3928 res = tee_cryp_pbkdf2(hash_id, password, ss->key_size, salt, in syscall_cryp_derive_key()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_pbkdf2.c299 TEE_Result tee_cryp_pbkdf2(uint32_t hash_id, const uint8_t *password, in tee_cryp_pbkdf2() function