| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_tls13_keys.c | 141 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_hkdf_expand_label() 222 psa_algorithm_t hash_alg, in ssl_tls13_make_traffic_key() 265 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_make_traffic_keys() 296 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_secret() 335 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_evolve_secret() 424 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_early_secrets() 482 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_handshake_secrets() 548 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_application_secrets() 624 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_resumption_master_secret() 675 psa_algorithm_t const hash_alg = mbedtls_md_psa_alg_from_type( in ssl_tls13_key_schedule_stage_application() local [all …]
|
| H A D | ssl_tls13_client.c | 706 psa_algorithm_t *hash_alg, in ssl_tls13_ticket_get_identity() 724 psa_algorithm_t *hash_alg, in ssl_tls13_ticket_get_psk() 745 psa_algorithm_t *hash_alg, in ssl_tls13_psk_get_identity() 762 psa_algorithm_t *hash_alg, in ssl_tls13_psk_get_psk() 828 psa_algorithm_t hash_alg, in ssl_tls13_write_binder() 902 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext() local 1004 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_write_binders_of_pre_shared_key_ext() local 1083 psa_algorithm_t hash_alg; in ssl_tls13_parse_server_pre_shared_key_ext() local 1243 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_finalize_client_hello() local
|
| H A D | psa_crypto_mac.c | 35 psa_algorithm_t hash_alg) in psa_hmac_setup_internal() 117 psa_algorithm_t hash_alg = hmac->alg; in psa_hmac_finish_internal() local
|
| H A D | psa_crypto_rsa.c | 291 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in psa_rsa_decode_md_type() local 502 psa_algorithm_t hash_alg = PSA_ALG_RSA_OAEP_GET_HASH(alg); in psa_rsa_oaep_set_padding_mode() local
|
| H A D | x509write_csr.c | 152 psa_algorithm_t hash_alg = mbedtls_md_psa_alg_from_type(ctx->md_alg); in x509write_csr_der_internal() local
|
| H A D | psa_crypto_ecp.c | 395 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in mbedtls_psa_ecdsa_sign_hash() local
|
| H A D | psa_crypto.c | 284 int psa_can_do_hash(psa_algorithm_t hash_alg) in psa_can_do_hash() 3036 psa_algorithm_t hash_alg = 0; in psa_sign_verify_check_alg() local 4037 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in mbedtls_psa_sign_hash_start() local 5661 psa_algorithm_t hash_alg, in psa_key_derivation_start_hmac() 5809 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); in psa_key_derivation_hkdf_read() local 5901 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(alg); in psa_key_derivation_tls12_prf_generate_next_block() local 6023 psa_algorithm_t hash_alg = PSA_ALG_TLS12_PRF_GET_HASH(alg); in psa_key_derivation_tls12_prf_read() local 6825 psa_algorithm_t hash_alg = PSA_ALG_GET_HASH(kdf_alg); in psa_key_derivation_set_maximum_capacity() local 6980 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); in psa_hkdf_input() local 7396 static psa_status_t psa_pbkdf2_hmac_set_password(psa_algorithm_t hash_alg, in psa_pbkdf2_hmac_set_password() [all …]
|
| H A D | ssl_tls13_generic.c | 235 psa_algorithm_t hash_alg = PSA_ALG_NONE; in ssl_tls13_parse_certificate_verify() local
|
| H A D | ssl_tls.c | 7098 mbedtls_md_type_t hash_alg = (mbedtls_md_type_t) handshake->ciphersuite_info->mac; in ssl_compute_master() local 9172 psa_algorithm_t hash_alg = mbedtls_md_psa_alg_from_type(md_alg); in mbedtls_ssl_get_key_exchange_md_tls1_2() local 10061 const mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls12_export_keying_material() 10115 const mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls13_export_keying_material() 10160 const mbedtls_md_type_t hash_alg = ciphersuite->mac; in mbedtls_ssl_export_keying_material() local
|
| H A D | x509_crt.c | 2140 psa_algorithm_t hash_alg = mbedtls_md_psa_alg_from_type(child->sig_md); in x509_crt_check_signature() local
|
| H A D | ssl_msg.c | 90 psa_algorithm_t hash_alg = PSA_ALG_HMAC_GET_HASH(mac_alg); in mbedtls_ct_hmac() local
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing.h | 26 enum pkcs11_mechanism_id hash_alg; member 41 enum pkcs11_mechanism_id hash_alg; member 59 enum pkcs11_mechanism_id hash_alg; member
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_values.h | 997 #define PSA_ALG_HMAC(hash_alg) \ argument 1410 #define PSA_ALG_RSA_PKCS1V15_SIGN(hash_alg) \ argument 1444 #define PSA_ALG_RSA_PSS(hash_alg) \ argument 1462 #define PSA_ALG_RSA_PSS_ANY_SALT(hash_alg) \ argument 1533 #define PSA_ALG_ECDSA(hash_alg) \ argument 1568 #define PSA_ALG_DETERMINISTIC_ECDSA(hash_alg) \ argument 1784 #define PSA_ALG_RSA_OAEP(hash_alg) \ argument 1820 #define PSA_ALG_HKDF(hash_alg) \ argument 1871 #define PSA_ALG_HKDF_EXTRACT(hash_alg) \ argument 1913 #define PSA_ALG_HKDF_EXPAND(hash_alg) \ argument [all …]
|
| H A D | crypto_extra.h | 386 #define PSA_ALG_DSA(hash_alg) \ argument 404 #define PSA_ALG_DETERMINISTIC_DSA(hash_alg) \ argument
|
| /optee_os/core/drivers/crypto/caam/hash/ |
| H A D | caam_hash.c | 33 static const struct hashalg hash_alg[] = { variable
|
| /optee_os/core/drivers/imx/dcp/ |
| H A D | dcp.c | 46 static const struct dcp_hashalg hash_alg[2] = { variable
|