Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
Dcrypto_values.h936 #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 …]
Dcrypto_extra.h384 #define PSA_ALG_DSA(hash_alg) \ argument
402 #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/library/
Dssl_tls13_keys.c137 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()
Dpsa_crypto_mac.c45 psa_algorithm_t hash_alg ) in psa_hmac_setup_internal()
120 psa_algorithm_t hash_alg = hmac->alg; in psa_hmac_finish_internal() local
Dx509write_csr.c154 psa_algorithm_t hash_alg = mbedtls_psa_translate_md( ctx->md_alg ); in x509write_csr_der_internal() local
Dpsa_crypto.c3027 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()
Dpsa_crypto_ecp.c369 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH( alg ); in mbedtls_psa_ecdsa_sign_hash() local
Dpsa_crypto_rsa.c327 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH( alg ); in psa_rsa_decode_md_type() local
Dpk.c602 psa_algorithm_t hash_alg ) in mbedtls_pk_wrap_as_opaque()
Dssl_tls.c1229 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
Dx509_crt.c2436 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/
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/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/fsverity-utils/lib/
Dcompute_digest.c241 const struct fsverity_hash_alg *hash_alg; in libfsverity_compute_digest() local
Dsign_digest.c406 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.c307 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH( alg ); in exercise_signature_key() local
/third_party/openssl/ssl/
Dt1_lib.c2421 int sig_alg = NID_undef, hash_alg = NID_undef; in sig_cb() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h67289 __be16 hash_alg; member
67318 __be16 hash_alg; member