Home
last modified time | relevance | path

Searched defs:hash_id (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/tee/
H A Dtee_cryp_hkdf.c16 static TEE_Result hkdf_extract(uint32_t hash_id, const uint8_t *ikm, in hkdf_extract()
65 static TEE_Result hkdf_expand(uint32_t hash_id, const uint8_t *prk, in hkdf_expand()
144 TEE_Result tee_cryp_hkdf(uint32_t hash_id, const uint8_t *ikm, size_t ikm_len, in tee_cryp_hkdf()
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()
H A Dtee_cryp_pbkdf2.c71 TEE_Result tee_cryp_pbkdf2(uint32_t hash_id, const uint8_t *password, in tee_cryp_pbkdf2()
H A Dtee_svc_cryp.c3342 uint32_t *hash_id) in get_hkdf_params()
3854 uint32_t hash_id = 0; in syscall_cryp_derive_key() local
3884 uint32_t hash_id = TEE_ALG_GET_DIGEST_HASH(cs->algo); in syscall_cryp_derive_key() local
3913 uint32_t hash_id = TEE_ALG_GET_DIGEST_HASH(cs->algo); in syscall_cryp_derive_key() local
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_pbkdf2.c188 static TEE_Result sec_pbkdf2_params_check(uint32_t hash_id, size_t password_len, in sec_pbkdf2_params_check()
219 static TEE_Result sec_pbkdf2_set_derive_type(uint32_t hash_id, in sec_pbkdf2_set_derive_type()
287 static TEE_Result sec_pbkdf2_msg_init(uint32_t hash_id, size_t password_len, in sec_pbkdf2_msg_init()
299 TEE_Result tee_cryp_pbkdf2(uint32_t hash_id, const uint8_t *password, in tee_cryp_pbkdf2()
/optee_os/core/lib/libtomcrypt/src/misc/pkcs12/
H A Dpkcs12_kdf.c8 int pkcs12_kdf( int hash_id, in pkcs12_kdf()
/optee_os/core/drivers/crypto/caam/hash/
H A Dcaam_hash.c356 uint8_t hash_id = TEE_ALG_GET_MAIN_ALG(algo); in caam_hash_get_alg() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Drsa.c974 mbedtls_md_type_t hash_id) in mbedtls_rsa_set_padding()
2132 mbedtls_md_type_t hash_id; in rsa_rsassa_pss_sign_no_mode_check() local