Home
last modified time | relevance | path

Searched defs:md_type (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mbedtls/include/mbedtls/
H A 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() argument
H A 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() argument
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_key.c19 PKCS12_key_gen_asc_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_asc_ex() argument
41 PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_asc() argument
49 PKCS12_key_gen_utf8_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_utf8_ex() argument
71 PKCS12_key_gen_utf8(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_utf8() argument
79 PKCS12_key_gen_uni_ex(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_key_gen_uni_ex() argument
133 PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_uni() argument
[all...]
H A Dp12_mutl.c76 pkcs12_gen_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *mac, unsigned int *maclen, int (*pkcs12_key_gen)(const char *pass, int passlen, unsigned char *salt, int slen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type)) pkcs12_gen_mac() argument
209 PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type) PKCS12_set_mac() argument
242 PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, int saltlen, const EVP_MD *md_type) PKCS12_setup_mac() argument
/third_party/openssl/crypto/pkcs12/
H A Dp12_key.c19 PKCS12_key_gen_asc_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_asc_ex() argument
41 PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_asc() argument
49 PKCS12_key_gen_utf8_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_utf8_ex() argument
71 PKCS12_key_gen_utf8(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_utf8() argument
79 PKCS12_key_gen_uni_ex(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_key_gen_uni_ex() argument
133 PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_uni() argument
[all...]
H A Dp12_mutl.c76 pkcs12_gen_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *mac, unsigned int *maclen, int (*pkcs12_key_gen)(const char *pass, int passlen, unsigned char *salt, int slen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type)) pkcs12_gen_mac() argument
204 PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type) PKCS12_set_mac() argument
237 PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, int saltlen, const EVP_MD *md_type) PKCS12_setup_mac() argument
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dpbkdf1.c50 kdf_pbkdf1_do_derive(const unsigned char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t iter, const EVP_MD *md_type, unsigned char *out, size_t n) kdf_pbkdf1_do_derive() argument
H A Dpkcs12kdf.c48 pkcs12kdf_derive(const unsigned char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, int id, uint64_t iter, const EVP_MD *md_type, unsigned char *out, size_t n) pkcs12kdf_derive() argument
/third_party/openssl/providers/implementations/kdfs/
H A Dpbkdf1.c50 kdf_pbkdf1_do_derive(const unsigned char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t iter, const EVP_MD *md_type, unsigned char *out, size_t n) kdf_pbkdf1_do_derive() argument
H A Dpkcs12kdf.c48 pkcs12kdf_derive(const unsigned char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, int id, uint64_t iter, const EVP_MD *md_type, unsigned char *out, size_t n) pkcs12kdf_derive() argument
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Datomisp_fops.c114 enum atomisp_metadata_type md_type = ATOMISP_MAIN_METADATA; in atomisp_q_one_metadata_buffer() local
/third_party/mbedtls/library/
H A Dpkcs5.c139 mbedtls_md_type_t md_type = MBEDTLS_MD_SHA1; in mbedtls_pkcs5_pbes2_ext() local
40 pkcs5_parse_pbkdf2_params(const mbedtls_asn1_buf *params, mbedtls_asn1_buf *salt, int *iterations, int *keylen, mbedtls_md_type_t *md_type) pkcs5_parse_pbkdf2_params() argument
H A 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() argument
268 static int calculate_hashes(mbedtls_md_type_t md_type, int iterations, in calculate_hashes() argument
132 mbedtls_pkcs12_pbe(mbedtls_asn1_buf *pbe_params, int mode, mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type, const unsigned char *pwd, size_t pwdlen, const unsigned char *data, size_t len, unsigned char *output) mbedtls_pkcs12_pbe() argument
150 mbedtls_pkcs12_pbe_ext(mbedtls_asn1_buf *pbe_params, int mode, mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type, const unsigned char *pwd, size_t pwdlen, const unsigned char *data, size_t len, unsigned char *output, size_t output_size, size_t *output_len) mbedtls_pkcs12_pbe_ext() argument
326 mbedtls_pkcs12_derivation(unsigned char *data, size_t datalen, const unsigned char *pwd, size_t pwdlen, const unsigned char *salt, size_t saltlen, mbedtls_md_type_t md_type, int id, int iterations) mbedtls_pkcs12_derivation() argument
[all...]
H A Dmd.c139 const mbedtls_md_info_t *mbedtls_md_info_from_type(mbedtls_md_type_t md_type) in mbedtls_md_info_from_type() argument
837 mbedtls_md_type_t md_type; member
H A Decjpake.c39 static int mbedtls_ecjpake_compute_hash(mbedtls_md_type_t md_type, in mbedtls_ecjpake_compute_hash() argument
192 static int ecjpake_hash(const mbedtls_md_type_t md_type, in ecjpake_hash() argument
243 ecjpake_zkp_read(const mbedtls_md_type_t md_type, const mbedtls_ecp_group *grp, const int pf, const mbedtls_ecp_point *G, const mbedtls_ecp_point *X, const char *id, const unsigned char **p, const unsigned char *end) ecjpake_zkp_read() argument
313 ecjpake_zkp_write(const mbedtls_md_type_t md_type, const mbedtls_ecp_group *grp, const int pf, const mbedtls_ecp_point *G, const mbedtls_mpi *x, const mbedtls_ecp_point *X, const char *id, unsigned char **p, const unsigned char *end, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) ecjpake_zkp_write() argument
374 ecjpake_kkp_read(const mbedtls_md_type_t md_type, const mbedtls_ecp_group *grp, const int pf, const mbedtls_ecp_point *G, mbedtls_ecp_point *X, const char *id, const unsigned char **p, const unsigned char *end) ecjpake_kkp_read() argument
411 ecjpake_kkp_write(const mbedtls_md_type_t md_type, const mbedtls_ecp_group *grp, const int pf, const mbedtls_ecp_point *G, mbedtls_mpi *x, mbedtls_ecp_point *X, const char *id, unsigned char **p, const unsigned char *end, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) ecjpake_kkp_write() argument
449 ecjpake_kkpp_read(const mbedtls_md_type_t md_type, const mbedtls_ecp_group *grp, const int pf, const mbedtls_ecp_point *G, mbedtls_ecp_point *Xa, mbedtls_ecp_point *Xb, const char *id, const unsigned char *buf, size_t len) ecjpake_kkpp_read() argument
483 ecjpake_kkpp_write(const mbedtls_md_type_t md_type, const mbedtls_ecp_group *grp, const int pf, const mbedtls_ecp_point *G, mbedtls_mpi *xm1, mbedtls_ecp_point *Xa, mbedtls_mpi *xm2, mbedtls_ecp_point *Xb, const char *id, unsigned char *buf, size_t len, size_t *olen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) ecjpake_kkpp_write() argument
[all...]
H A 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
H A 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; mbedtls_ssl_tls13_compute_resumption_master_secret() local
[all...]
/third_party/node/src/crypto/
H A Dcrypto_hash.cc332 const EVP_MD* md_type = EVP_get_digestbyname(*algorithm); in InternalVerifyIntegrity() local
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Datomisp_fops.c92 enum atomisp_metadata_type md_type = in atomisp_q_one_metadata_buffer() local
/third_party/mesa3d/src/util/
H A 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/
H A Dpk7_doit.c1022 int md_type; in PKCS7_signatureVerify() local
/third_party/openssl/crypto/pkcs7/
H A Dpk7_doit.c1022 int md_type; in PKCS7_signatureVerify() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c817 EVP_MD *EVP_MD_meth_new(int md_type, int pkey_type) in EVP_MD_meth_new() argument
/third_party/openssl/crypto/evp/
H A Devp_lib.c817 EVP_MD *EVP_MD_meth_new(int md_type, int pkey_type) in EVP_MD_meth_new() argument
/kernel/linux/linux-5.10/drivers/md/
H A Dmd.h757 static inline bool is_mddev_broken(struct md_rdev *rdev, const char *md_type) in is_mddev_broken() argument

Completed in 40 milliseconds

12