| /third_party/mbedtls/library/ |
| D | hash_info.c | 29 mbedtls_md_type_t md_type; member 60 unsigned char mbedtls_hash_info_get_size(mbedtls_md_type_t md_type) in mbedtls_hash_info_get_size() 72 unsigned char mbedtls_hash_info_get_block_size(mbedtls_md_type_t md_type) in mbedtls_hash_info_get_block_size() 84 psa_algorithm_t mbedtls_hash_info_psa_from_md(mbedtls_md_type_t md_type) in mbedtls_hash_info_psa_from_md()
|
| D | pkcs12.c | 94 static int pkcs12_pbe_derive_key_iv(mbedtls_asn1_buf *pbe_params, mbedtls_md_type_t md_type, in pkcs12_pbe_derive_key_iv() 141 mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type, in mbedtls_pkcs12_pbe() 232 static int calculate_hashes(mbedtls_md_type_t md_type, int iterations, in calculate_hashes() 346 mbedtls_md_type_t md_type, int id, int iterations) in mbedtls_pkcs12_derivation()
|
| D | ecjpake.c | 65 static int mbedtls_ecjpake_compute_hash(mbedtls_md_type_t md_type, in mbedtls_ecjpake_compute_hash() 235 static int ecjpake_hash(const mbedtls_md_type_t md_type, in ecjpake_hash() 286 static int ecjpake_zkp_read(const mbedtls_md_type_t md_type, in ecjpake_zkp_read() 356 static int ecjpake_zkp_write(const mbedtls_md_type_t md_type, in ecjpake_zkp_write() 417 static int ecjpake_kkp_read(const mbedtls_md_type_t md_type, in ecjpake_kkp_read() 454 static int ecjpake_kkp_write(const mbedtls_md_type_t md_type, in ecjpake_kkp_write() 492 static int ecjpake_kkpp_read(const mbedtls_md_type_t md_type, in ecjpake_kkpp_read() 526 static int ecjpake_kkpp_write(const mbedtls_md_type_t md_type, in ecjpake_kkpp_write()
|
| D | ssl_tls13_keys.c | 783 mbedtls_md_type_t const md_type = ssl->handshake->ciphersuite_info->mac; in mbedtls_ssl_tls13_calculate_verify_data() local 1127 mbedtls_md_type_t md_type; in ssl_tls13_generate_early_key() local 1327 mbedtls_md_type_t md_type; in ssl_tls13_generate_handshake_keys() local 1568 mbedtls_md_type_t md_type; in ssl_tls13_generate_application_keys() local 1727 mbedtls_md_type_t md_type; in mbedtls_ssl_tls13_compute_resumption_master_secret() local
|
| D | pkcs5.c | 59 int *keylen, mbedtls_md_type_t *md_type) in pkcs5_parse_pbkdf2_params() 130 mbedtls_md_type_t md_type = MBEDTLS_MD_SHA1; in mbedtls_pkcs5_pbes2() local
|
| D | md.c | 131 const mbedtls_md_info_t *mbedtls_md_info_from_type(mbedtls_md_type_t md_type) in mbedtls_md_info_from_type()
|
| D | ssl_tls.c | 6095 static int tls_prf_generic(mbedtls_md_type_t md_type, in tls_prf_generic() 6175 static int tls_prf_generic(mbedtls_md_type_t md_type, in tls_prf_generic()
|
| /third_party/openssl/crypto/pkcs12/ |
| D | p12_key.c | 21 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_asc_ex() 43 unsigned char *out, const EVP_MD *md_type) in PKCS12_key_gen_asc() 51 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_utf8_ex() 73 unsigned char *out, const EVP_MD *md_type) in PKCS12_key_gen_utf8() 81 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_uni_ex() 135 unsigned char *out, const EVP_MD *md_type) in PKCS12_key_gen_uni()
|
| D | p12_mutl.c | 82 const EVP_MD *md_type)) in pkcs12_gen_mac() 206 const EVP_MD *md_type) in PKCS12_set_mac() 238 const EVP_MD *md_type) in PKCS12_setup_mac()
|
| /third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
| D | p12_key.c | 21 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_asc_ex() 43 unsigned char *out, const EVP_MD *md_type) in PKCS12_key_gen_asc() 51 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_utf8_ex() 73 unsigned char *out, const EVP_MD *md_type) in PKCS12_key_gen_utf8() 81 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_uni_ex() 135 unsigned char *out, const EVP_MD *md_type) in PKCS12_key_gen_uni()
|
| D | p12_mutl.c | 82 const EVP_MD *md_type)) in pkcs12_gen_mac() 206 const EVP_MD *md_type) in PKCS12_set_mac() 238 const EVP_MD *md_type) in PKCS12_setup_mac()
|
| /third_party/mbedtls/programs/ssl/ |
| D | ssl_test_lib.c | 128 const mbedtls_md_type_t md_type = MBEDTLS_MD_SHA256; in rng_seed() local 130 const mbedtls_md_type_t md_type = MBEDTLS_MD_SHA512; in rng_seed() local
|
| /third_party/openssl/providers/implementations/kdfs/ |
| D | pbkdf1.c | 52 uint64_t iter, const EVP_MD *md_type, in kdf_pbkdf1_do_derive()
|
| D | pkcs12kdf.c | 50 int id, uint64_t iter, const EVP_MD *md_type, in pkcs12kdf_derive()
|
| /third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
| D | pbkdf1.c | 52 uint64_t iter, const EVP_MD *md_type, in kdf_pbkdf1_do_derive()
|
| D | pkcs12kdf.c | 50 int id, uint64_t iter, const EVP_MD *md_type, in pkcs12kdf_derive()
|
| /third_party/node/src/crypto/ |
| D | crypto_hash.cc | 332 const EVP_MD* md_type = EVP_get_digestbyname(*algorithm); in InternalVerifyIntegrity() local
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | pkcs12.rs | 264 let md_type = self in build2() localVariable
|
| /third_party/mesa3d/src/util/ |
| D | disk_cache_os.c | 516 uint32_t md_type = blob_read_uint32(&ci_blob_reader); in parse_and_validate_cache_item() local
|
| /third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
| D | pk7_doit.c | 1022 int md_type; in PKCS7_signatureVerify() local
|
| /third_party/openssl/crypto/pkcs7/ |
| D | pk7_doit.c | 1022 int md_type; in PKCS7_signatureVerify() local
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| D | evp_lib.c | 817 EVP_MD *EVP_MD_meth_new(int md_type, int pkey_type) in EVP_MD_meth_new()
|
| /third_party/openssl/crypto/evp/ |
| D | evp_lib.c | 817 EVP_MD *EVP_MD_meth_new(int md_type, int pkey_type) in EVP_MD_meth_new()
|
| /third_party/openssl/ssl/ |
| D | t1_lib.c | 1429 int md_type = EVP_MD_get_type(md); in sigalg_security_bits() local
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| D | t1_lib.c | 1450 int md_type = EVP_MD_get_type(md); in sigalg_security_bits() local
|