Searched defs:hash_id (Results 1 – 12 of 12) sorted by relevance
/optee_os/core/tee/ |
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()
|
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()
|
A D | tee_cryp_pbkdf2.c | 71 TEE_Result tee_cryp_pbkdf2(uint32_t hash_id, const uint8_t *password, in tee_cryp_pbkdf2()
|
A D | tee_svc_cryp.c | 3070 uint32_t hash_id = TEE_ALG_GET_DIGEST_HASH(cs->algo); in syscall_cryp_derive_key() local 3099 uint32_t hash_id = TEE_ALG_GET_DIGEST_HASH(cs->algo); in syscall_cryp_derive_key() local 3128 uint32_t hash_id = TEE_ALG_GET_DIGEST_HASH(cs->algo); in syscall_cryp_derive_key() local
|
/optee_os/core/lib/libtomcrypt/src/misc/pkcs12/ |
A D | pkcs12_kdf.c | 15 int pkcs12_kdf( int hash_id, in pkcs12_kdf()
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | rsa.h | 128 int hash_id; /*!< Hash identifier of mbedtls_md_type_t type, member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | rsa.h | 128 int hash_id; /*!< Hash identifier of mbedtls_md_type_t type, member
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | rsa.h | 128 int hash_id; /*!< Hash identifier of mbedtls_md_type_t type, member
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | rsa.h | 128 int hash_id; /*!< Hash identifier of mbedtls_md_type_t type, member
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | rsa.h | 128 int hash_id; /*!< Hash identifier of mbedtls_md_type_t type, member
|
/optee_os/core/drivers/crypto/caam/hash/ |
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/ |
A D | rsa.c | 482 int hash_id ) in mbedtls_rsa_init() 504 int hash_id ) in mbedtls_rsa_set_padding()
|
Completed in 45 milliseconds