Home
last modified time | relevance | path

Searched defs:hash_alg (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mbedtls/library/
Dssl_tls13_keys.c141 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 …]
Dssl_tls13_client.c705 psa_algorithm_t *hash_alg, in ssl_tls13_ticket_get_identity()
723 psa_algorithm_t *hash_alg, in ssl_tls13_ticket_get_psk()
744 psa_algorithm_t *hash_alg, in ssl_tls13_psk_get_identity()
761 psa_algorithm_t *hash_alg, in ssl_tls13_psk_get_psk()
827 psa_algorithm_t hash_alg, in ssl_tls13_write_binder()
901 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext() local
1003 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_write_binders_of_pre_shared_key_ext() local
1082 psa_algorithm_t hash_alg; in ssl_tls13_parse_server_pre_shared_key_ext() local
1237 psa_algorithm_t hash_alg = PSA_ALG_NONE; in mbedtls_ssl_tls13_finalize_client_hello() local
Dpsa_crypto_mac.c35 psa_algorithm_t hash_alg) in psa_hmac_setup_internal()
117 psa_algorithm_t hash_alg = hmac->alg; in psa_hmac_finish_internal() local
Dpsa_crypto_rsa.c291 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
Dx509write_csr.c148 psa_algorithm_t hash_alg = mbedtls_md_psa_alg_from_type(ctx->md_alg); in x509write_csr_der_internal() local
Dpsa_crypto_ecp.c397 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in mbedtls_psa_ecdsa_sign_hash() local
Dpsa_crypto.c284 int psa_can_do_hash(psa_algorithm_t hash_alg) in psa_can_do_hash()
3847 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in mbedtls_psa_sign_hash_start() local
5439 psa_algorithm_t hash_alg, in psa_key_derivation_start_hmac()
5579 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); in psa_key_derivation_hkdf_read() local
5671 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(alg); in psa_key_derivation_tls12_prf_generate_next_block() local
5793 psa_algorithm_t hash_alg = PSA_ALG_TLS12_PRF_GET_HASH(alg); in psa_key_derivation_tls12_prf_read() local
6571 psa_algorithm_t hash_alg = PSA_ALG_GET_HASH(kdf_alg); in psa_key_derivation_set_maximum_capacity() local
6726 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); in psa_hkdf_input() local
7142 static psa_status_t psa_pbkdf2_hmac_set_password(psa_algorithm_t hash_alg, in psa_pbkdf2_hmac_set_password()
7204 psa_algorithm_t hash_alg = PSA_ALG_PBKDF2_HMAC_GET_HASH(kdf_alg); in psa_pbkdf2_set_password() local
Dssl_tls13_generic.c225 psa_algorithm_t hash_alg = PSA_ALG_NONE; in ssl_tls13_parse_certificate_verify() local
Dx509_crt.c2138 psa_algorithm_t hash_alg = mbedtls_md_psa_alg_from_type(child->sig_md); in x509_crt_check_signature() local
Dssl_msg.c89 psa_algorithm_t hash_alg = PSA_ALG_HMAC_GET_HASH(mac_alg); in mbedtls_ct_hmac() local
/third_party/mbedtls/include/psa/
Dcrypto_values.h997 #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 …]
Dcrypto_extra.h368 #define PSA_ALG_DSA(hash_alg) \ argument
386 #define PSA_ALG_DETERMINISTIC_DSA(hash_alg) \ argument
/third_party/openssl/crypto/ess/
Dess_lib.c99 ESS_SIGNING_CERT_V2 *OSSL_ESS_signing_cert_v2_new_init(const EVP_MD *hash_alg, in OSSL_ESS_signing_cert_v2_new_init()
136 static ESS_CERT_ID_V2 *ESS_CERT_ID_V2_new_init(const EVP_MD *hash_alg, in ESS_CERT_ID_V2_new_init()
/third_party/openssl/include/crypto/
Dess.h59 X509_ALGOR *hash_alg; /* Default: SHA-256 */ member
/third_party/mbedtls/programs/psa/
Dpsa_constant_names_generated.c57 static const char *psa_hash_algorithm_name(psa_algorithm_t hash_alg) in psa_hash_algorithm_name()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_record.h45 enum crypto_hash_alg hash_alg; member
Dpkcs1.c202 const struct asn1_oid *hash_alg, in pkcs1_v15_sig_ver()
Dtlsv1_common.c338 int tlsv12_key_x_server_params_hash(u16 tls_version, u8 hash_alg, in tlsv12_key_x_server_params_hash()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_record.h45 enum crypto_hash_alg hash_alg; member
Dpkcs1.c198 const struct asn1_oid *hash_alg, in pkcs1_v15_sig_ver()
Dtlsv1_common.c338 int tlsv12_key_x_server_params_hash(u16 tls_version, u8 hash_alg, in tlsv12_key_x_server_params_hash()
/third_party/fsverity-utils/lib/
Dcompute_digest.c241 const struct fsverity_hash_alg *hash_alg; in libfsverity_compute_digest() local
Dsign_digest.c408 const struct fsverity_hash_alg *hash_alg; in libfsverity_sign_digest() local
/third_party/openssl/crypto/ct/
Dct_local.h73 unsigned char hash_alg; member
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c344 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH(alg); in exercise_signature_key() local
807 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH(kdf_alg); in exercise_key_agreement_key() local

12