/mbedtls-3.5.0/library/ |
D | ssl_tls13_keys.c | 146 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_hkdf_expand_label() 227 psa_algorithm_t hash_alg, in ssl_tls13_make_traffic_key() 270 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_make_traffic_keys() 301 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_secret() 340 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_evolve_secret() 429 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_early_secrets() 485 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_handshake_secrets() 549 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_application_secrets() 622 psa_algorithm_t hash_alg, in mbedtls_ssl_tls13_derive_resumption_master_secret() 672 psa_algorithm_t const hash_alg = mbedtls_hash_info_psa_from_md( in ssl_tls13_key_schedule_stage_application() local [all …]
|
D | ssl_tls13_client.c | 704 psa_algorithm_t *hash_alg, in ssl_tls13_ticket_get_identity() 722 psa_algorithm_t *hash_alg, in ssl_tls13_ticket_get_psk() 743 psa_algorithm_t *hash_alg, in ssl_tls13_psk_get_identity() 760 psa_algorithm_t *hash_alg, in ssl_tls13_psk_get_psk() 826 psa_algorithm_t hash_alg, in ssl_tls13_write_binder() 900 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext() local 1016 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_write_binders_of_pre_shared_key_ext() local 1095 psa_algorithm_t hash_alg; in ssl_tls13_parse_server_pre_shared_key_ext() local 1235 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_finalize_client_hello() local
|
D | psa_crypto_mac.c | 46 psa_algorithm_t hash_alg) in psa_hmac_setup_internal() 128 psa_algorithm_t hash_alg = hmac->alg; in psa_hmac_finish_internal() local
|
D | psa_crypto_rsa.c | 320 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in psa_rsa_decode_md_type() local 529 psa_algorithm_t hash_alg = PSA_ALG_RSA_OAEP_GET_HASH(alg); in psa_rsa_oaep_set_padding_mode() local
|
D | x509write_csr.c | 252 psa_algorithm_t hash_alg = mbedtls_hash_info_psa_from_md(ctx->md_alg); in x509write_csr_der_internal() local
|
D | psa_crypto_ecp.c | 368 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in mbedtls_psa_ecdsa_sign_hash() local
|
D | psa_crypto.c | 134 int psa_can_do_hash(psa_algorithm_t hash_alg) in psa_can_do_hash() 3593 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); local 5025 psa_algorithm_t hash_alg, 5159 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); local 5251 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(alg); local 5373 psa_algorithm_t hash_alg = PSA_ALG_TLS12_PRF_GET_HASH(alg); local 5943 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); local 6051 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); local
|
D | constant_time.c | 539 psa_algorithm_t hash_alg = PSA_ALG_HMAC_GET_HASH(mac_alg); in mbedtls_ct_hmac() local
|
D | ssl_tls13_generic.c | 174 psa_algorithm_t hash_alg = PSA_ALG_NONE; in ssl_tls13_parse_certificate_verify() local
|
D | x509_crt.c | 1995 psa_algorithm_t hash_alg = mbedtls_hash_info_psa_from_md(child->sig_md); in x509_crt_check_signature() local
|
D | ssl_tls.c | 6423 mbedtls_md_type_t hash_alg = handshake->ciphersuite_info->mac; in ssl_compute_master() local 8777 psa_algorithm_t hash_alg = mbedtls_hash_info_psa_from_md(md_alg); in mbedtls_ssl_get_key_exchange_md_tls1_2() local
|
/mbedtls-3.5.0/include/psa/ |
D | crypto_values.h | 989 #define PSA_ALG_HMAC(hash_alg) \ argument 1402 #define PSA_ALG_RSA_PKCS1V15_SIGN(hash_alg) \ argument 1436 #define PSA_ALG_RSA_PSS(hash_alg) \ argument 1454 #define PSA_ALG_RSA_PSS_ANY_SALT(hash_alg) \ argument 1525 #define PSA_ALG_ECDSA(hash_alg) \ argument 1560 #define PSA_ALG_DETERMINISTIC_ECDSA(hash_alg) \ argument 1769 #define PSA_ALG_RSA_OAEP(hash_alg) \ argument 1805 #define PSA_ALG_HKDF(hash_alg) \ argument 1856 #define PSA_ALG_HKDF_EXTRACT(hash_alg) \ argument 1898 #define PSA_ALG_HKDF_EXPAND(hash_alg) \ argument [all …]
|
D | crypto_extra.h | 381 #define PSA_ALG_DSA(hash_alg) \ argument 399 #define PSA_ALG_DETERMINISTIC_DSA(hash_alg) \ argument
|
/mbedtls-3.5.0/programs/psa/ |
D | psa_constant_names_generated.c | 57 static const char *psa_hash_algorithm_name(psa_algorithm_t hash_alg) in psa_hash_algorithm_name()
|
/mbedtls-3.5.0/tests/src/ |
D | psa_exercise_key.c | 303 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in exercise_signature_key() local 629 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); in exercise_key_agreement_key() local
|