Searched defs:hash_id (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_cryp_hkdf.c | 16 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 D | tee_cryp_concat_kdf.c | 13 TEE_Result tee_cryp_concat_kdf(uint32_t hash_id, const uint8_t *shared_secret, in tee_cryp_concat_kdf()
|
| H A D | tee_cryp_pbkdf2.c | 71 TEE_Result tee_cryp_pbkdf2(uint32_t hash_id, const uint8_t *password, in tee_cryp_pbkdf2()
|
| H A D | tee_svc_cryp.c | 3342 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 D | sec_pbkdf2.c | 188 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 D | pkcs12_kdf.c | 8 int pkcs12_kdf( int hash_id, in pkcs12_kdf()
|
| /optee_os/core/drivers/crypto/caam/hash/ |
| H A D | caam_hash.c | 356 uint8_t hash_id = TEE_ALG_GET_MAIN_ALG(algo); in caam_hash_get_alg() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | rsa.c | 974 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
|