Home
last modified time | relevance | path

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

12

/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/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_ecp.c369 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH( alg ); in mbedtls_psa_ecdsa_sign_hash() 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_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
/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/openssl/crypto/ct/
Dct_local.h73 unsigned char hash_alg; member
/third_party/e2fsprogs/lib/ext2fs/
Dlink.c36 int hash_alg; member
98 int hash_alg; in dx_lookup() local
/third_party/openssl/crypto/ts/
Dts_rsp_sign.c864 static ESS_SIGNING_CERT_V2 *ess_signing_cert_v2_new_init(const EVP_MD *hash_alg, in ess_signing_cert_v2_new_init()
898 static ESS_CERT_ID_V2 *ess_cert_id_v2_new_init(const EVP_MD *hash_alg, in ess_cert_id_v2_new_init()
Dts_local.h144 X509_ALGOR *hash_alg; /* Default: SHA-256 */ member
/third_party/e2fsprogs/debugfs/
Dhtree.c46 int hash_alg; in htree_dump_leaf_node() local
/third_party/e2fsprogs/e2fsck/
Drehash.c132 int hash_alg, hash_flags, hash_in_entry; in fill_dir_block() local
464 int hash_alg; in duplicate_search_and_fix() local
/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/e2fsprogs/misc/
Dmke2fs.c2981 int val, hash_alg; in main() local
Dtune2fs.c2109 int len, hash_alg; in parse_extended_opts() local

12