/third_party/mbedtls/include/psa/ |
D | crypto_values.h | 936 #define PSA_ALG_HMAC(hash_alg) \ argument 1349 #define PSA_ALG_RSA_PKCS1V15_SIGN(hash_alg) \ argument 1381 #define PSA_ALG_RSA_PSS(hash_alg) \ argument 1399 #define PSA_ALG_RSA_PSS_ANY_SALT(hash_alg) \ argument 1470 #define PSA_ALG_ECDSA(hash_alg) \ argument 1505 #define PSA_ALG_DETERMINISTIC_ECDSA(hash_alg) \ argument 1714 #define PSA_ALG_RSA_OAEP(hash_alg) \ argument 1744 #define PSA_ALG_HKDF(hash_alg) \ argument 1789 #define PSA_ALG_TLS12_PRF(hash_alg) \ argument 1835 #define PSA_ALG_TLS12_PSK_TO_MS(hash_alg) \ argument [all …]
|
D | crypto_extra.h | 384 #define PSA_ALG_DSA(hash_alg) \ argument 402 #define PSA_ALG_DETERMINISTIC_DSA(hash_alg) \ argument
|
/third_party/openssl/crypto/ess/ |
D | ess_lib.c | 99 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/ |
D | ess.h | 59 X509_ALGOR *hash_alg; /* Default: SHA-256 */ member
|
/third_party/mbedtls/library/ |
D | ssl_tls13_keys.c | 137 mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls13_hkdf_expand_label() 200 mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls13_make_traffic_keys() 247 mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls13_derive_secret() 291 mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls13_evolve_secret()
|
D | psa_crypto_mac.c | 45 psa_algorithm_t hash_alg ) in psa_hmac_setup_internal() 120 psa_algorithm_t hash_alg = hmac->alg; in psa_hmac_finish_internal() local
|
D | x509write_csr.c | 154 psa_algorithm_t hash_alg = mbedtls_psa_translate_md( ctx->md_alg ); in x509write_csr_der_internal() local
|
D | psa_crypto.c | 3027 psa_algorithm_t hash_alg = PSA_ALG_RSA_OAEP_GET_HASH( alg ); in psa_rsa_oaep_set_padding_mode() local 4317 psa_algorithm_t hash_alg, in psa_key_derivation_start_hmac() 4443 psa_algorithm_t hash_alg, in psa_key_derivation_hkdf_read() 4521 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH( alg ); in psa_key_derivation_tls12_prf_generate_next_block() local 4633 psa_algorithm_t hash_alg = PSA_ALG_TLS12_PRF_GET_HASH( alg ); in psa_key_derivation_tls12_prf_read() local 4716 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH( kdf_alg ); in psa_key_derivation_output_bytes() local 4901 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH( kdf_alg ); in psa_key_derivation_setup_kdf() local 4956 psa_algorithm_t hash_alg, in psa_hkdf_input()
|
D | psa_crypto_ecp.c | 369 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH( alg ); in mbedtls_psa_ecdsa_sign_hash() local
|
D | psa_crypto_rsa.c | 327 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH( alg ); in psa_rsa_decode_md_type() local
|
D | pk.c | 602 psa_algorithm_t hash_alg ) in mbedtls_pk_wrap_as_opaque()
|
D | ssl_tls.c | 1229 mbedtls_md_type_t hash_alg = handshake->ciphersuite_info->mac; in ssl_compute_master() local 6975 psa_algorithm_t hash_alg = mbedtls_psa_translate_md( md_alg ); in mbedtls_ssl_get_key_exchange_md_tls1_2() local
|
D | x509_crt.c | 2436 psa_algorithm_t hash_alg = mbedtls_psa_translate_md( child->sig_md ); in x509_crt_check_signature() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_record.h | 45 enum crypto_hash_alg hash_alg; member
|
D | pkcs1.c | 198 const struct asn1_oid *hash_alg, in pkcs1_v15_sig_ver()
|
D | tlsv1_common.c | 338 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_standard/src/tls/ |
D | tlsv1_record.h | 45 enum crypto_hash_alg hash_alg; member
|
D | pkcs1.c | 202 const struct asn1_oid *hash_alg, in pkcs1_v15_sig_ver()
|
D | tlsv1_common.c | 338 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/ |
D | compute_digest.c | 241 const struct fsverity_hash_alg *hash_alg; in libfsverity_compute_digest() local
|
D | sign_digest.c | 406 const struct fsverity_hash_alg *hash_alg; in libfsverity_sign_digest() local
|
/third_party/openssl/crypto/ct/ |
D | ct_local.h | 73 unsigned char hash_alg; member
|
/third_party/mbedtls/tests/src/ |
D | psa_exercise_key.c | 307 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH( alg ); in exercise_signature_key() local
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 2421 int sig_alg = NID_undef, hash_alg = NID_undef; in sig_cb() local
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 67289 __be16 hash_alg; member 67318 __be16 hash_alg; member
|