Home
last modified time | relevance | path

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

12

/third_party/openssl/crypto/pkcs12/
Dp12_key.c21 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()
Dp12_mutl.c82 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/
Dp12_key.c21 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()
Dp12_mutl.c82 const EVP_MD *md_type)) in pkcs12_gen_mac()
211 const EVP_MD *md_type) in PKCS12_set_mac()
243 const EVP_MD *md_type) in PKCS12_setup_mac()
/third_party/mbedtls/library/
Dpkcs12.c76 static int pkcs12_pbe_derive_key_iv(mbedtls_asn1_buf *pbe_params, mbedtls_md_type_t md_type, in pkcs12_pbe_derive_key_iv()
133 mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type, in mbedtls_pkcs12_pbe()
151 mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type, in mbedtls_pkcs12_pbe_ext()
268 static int calculate_hashes(mbedtls_md_type_t md_type, int iterations, in calculate_hashes()
329 mbedtls_md_type_t md_type, int id, int iterations) in mbedtls_pkcs12_derivation()
Decjpake.c39 static int mbedtls_ecjpake_compute_hash(mbedtls_md_type_t md_type, in mbedtls_ecjpake_compute_hash()
192 static int ecjpake_hash(const mbedtls_md_type_t md_type, in ecjpake_hash()
243 static int ecjpake_zkp_read(const mbedtls_md_type_t md_type, in ecjpake_zkp_read()
313 static int ecjpake_zkp_write(const mbedtls_md_type_t md_type, in ecjpake_zkp_write()
374 static int ecjpake_kkp_read(const mbedtls_md_type_t md_type, in ecjpake_kkp_read()
411 static int ecjpake_kkp_write(const mbedtls_md_type_t md_type, in ecjpake_kkp_write()
449 static int ecjpake_kkpp_read(const mbedtls_md_type_t md_type, in ecjpake_kkpp_read()
483 static int ecjpake_kkpp_write(const mbedtls_md_type_t md_type, in ecjpake_kkpp_write()
Dssl_tls13_keys.c788 mbedtls_md_type_t const md_type = (mbedtls_md_type_t) ssl->handshake->ciphersuite_info->mac; in mbedtls_ssl_tls13_calculate_verify_data() local
1138 mbedtls_md_type_t md_type; in ssl_tls13_generate_early_key() local
1339 mbedtls_md_type_t md_type; in ssl_tls13_generate_handshake_keys() local
1589 mbedtls_md_type_t md_type; in ssl_tls13_generate_application_keys() local
1750 mbedtls_md_type_t md_type; in mbedtls_ssl_tls13_compute_resumption_master_secret() local
Dpkcs5.c42 int *keylen, mbedtls_md_type_t *md_type) in pkcs5_parse_pbkdf2_params()
139 mbedtls_md_type_t md_type = MBEDTLS_MD_SHA1; in mbedtls_pkcs5_pbes2_ext() local
Dmd.c139 const mbedtls_md_info_t *mbedtls_md_info_from_type(mbedtls_md_type_t md_type) in mbedtls_md_info_from_type()
837 mbedtls_md_type_t md_type; member
Dpk.c389 mbedtls_md_type_t md_type = (mbedtls_md_type_t) mbedtls_rsa_get_md_alg(rsa); in psa_algorithm_for_rsa() local
922 mbedtls_md_type_t md_type = MBEDTLS_MD_NONE; in copy_from_psa() local
Dssl_tls.c6746 static int tls_prf_generic(mbedtls_md_type_t md_type, in tls_prf_generic()
6826 static int tls_prf_generic(mbedtls_md_type_t md_type, in tls_prf_generic()
/third_party/mbedtls/include/mbedtls/
Dpsa_util.h121 static inline psa_algorithm_t mbedtls_md_psa_alg_from_type(mbedtls_md_type_t md_type) in mbedtls_md_psa_alg_from_type()
Dmd.h250 static inline unsigned char mbedtls_md_get_size_from_type(mbedtls_md_type_t md_type) in mbedtls_md_get_size_from_type()
/third_party/mbedtls/programs/ssl/
Dssl_test_lib.c117 const mbedtls_md_type_t md_type = MBEDTLS_MD_SHA256; in rng_seed() local
119 const mbedtls_md_type_t md_type = MBEDTLS_MD_SHA512; in rng_seed() local
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
Dpbkdf1.c52 uint64_t iter, const EVP_MD *md_type, in kdf_pbkdf1_do_derive()
Dpkcs12kdf.c50 int id, uint64_t iter, const EVP_MD *md_type, in pkcs12kdf_derive()
/third_party/openssl/providers/implementations/kdfs/
Dpbkdf1.c52 uint64_t iter, const EVP_MD *md_type, in kdf_pbkdf1_do_derive()
Dpkcs12kdf.c50 int id, uint64_t iter, const EVP_MD *md_type, in pkcs12kdf_derive()
/third_party/node/src/crypto/
Dcrypto_hash.cc332 const EVP_MD* md_type = EVP_get_digestbyname(*algorithm); in InternalVerifyIntegrity() local
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkcs12.rs264 let md_type = self in build2() localVariable
/third_party/mesa3d/src/util/
Ddisk_cache_os.c516 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/
Dpk7_doit.c1022 int md_type; in PKCS7_signatureVerify() local
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c1022 int md_type; in PKCS7_signatureVerify() local
/third_party/openssl/crypto/evp/
Devp_lib.c817 EVP_MD *EVP_MD_meth_new(int md_type, int pkey_type) in EVP_MD_meth_new()
/third_party/node/deps/openssl/openssl/crypto/evp/
Devp_lib.c817 EVP_MD *EVP_MD_meth_new(int md_type, int pkey_type) in EVP_MD_meth_new()

12