Home
last modified time | relevance | path

Searched refs:md_type (Results 1 – 14 of 14) sorted by relevance

/openssl/crypto/pkcs12/
H A Dp12_key.c21 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_asc_ex() argument
36 n, out, md_type, ctx, propq); in PKCS12_key_gen_asc_ex()
43 unsigned char *out, const EVP_MD *md_type) in PKCS12_key_gen_asc() argument
46 out, md_type, NULL, NULL); in PKCS12_key_gen_asc()
51 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_utf8_ex() argument
66 n, out, md_type, ctx, propq); in PKCS12_key_gen_utf8_ex()
73 unsigned char *out, const EVP_MD *md_type) in PKCS12_key_gen_utf8() argument
76 out, md_type, NULL, NULL); in PKCS12_key_gen_utf8()
81 unsigned char *out, const EVP_MD *md_type, in PKCS12_key_gen_uni_ex() argument
101 (char *)EVP_MD_get0_name(md_type), in PKCS12_key_gen_uni_ex()
[all …]
H A Dp12_mutl.c29 const EVP_MD *md_type);
339 const EVP_MD *md_type) in PKCS12_set_mac() argument
345 if (md_type == NULL) in PKCS12_set_mac()
347 md_type = EVP_sha256(); in PKCS12_set_mac()
376 md_type, keylen, out); in pkcs12_pbmac1_pbkdf2_key_gen()
424 const EVP_MD *md_type) in PKCS12_setup_mac() argument
444 if (md_type == NULL) in PKCS12_set_pbmac1_pbkdf2()
446 md_type = EVP_sha256(); in PKCS12_set_pbmac1_pbkdf2()
449 prf_md_nid = EVP_MD_get_type(md_type); in PKCS12_set_pbmac1_pbkdf2()
456 keylen = EVP_MD_get_size(md_type); in PKCS12_set_pbmac1_pbkdf2()
[all …]
/openssl/doc/man3/
H A DPKCS12_key_gen_utf8_ex.pod15 unsigned char *out, const EVP_MD *md_type);
18 unsigned char *out, const EVP_MD *md_type,
22 unsigned char *out, const EVP_MD *md_type);
25 unsigned char *out, const EVP_MD *md_type,
29 unsigned char *out, const EVP_MD *md_type);
32 unsigned char *out, const EVP_MD *md_type,
39 I<saltlen>, an iteration count I<iter> and a digest algorithm I<md_type>.
H A DPKCS12_gen_mac.pod18 const EVP_MD *md_type);
21 const EVP_MD *md_type,
24 int saltlen, const EVP_MD *md_type);
49 I<iter> is the iteration count and I<md_type> is the message digest function to
H A DPKCS12_PBE_keyivgen.pod14 const EVP_MD *md_type, int en_de);
17 const EVP_MD *md_type, int en_de,
34 length I<passlen>, parameters I<param> and a message digest function I<md_type>
H A DPKCS5_PBE_keyivgen.pod87 length I<passlen>, parameters I<param> and a message digest function I<md_type>
H A DEVP_MD_meth_new.pod25 EVP_MD *EVP_MD_meth_new(int md_type, int pkey_type);
/openssl/providers/implementations/kdfs/
H A Dpkcs12kdf.c51 int id, uint64_t iter, const EVP_MD *md_type, in pkcs12kdf_derive() argument
66 vi = EVP_MD_get_block_size(md_type); in pkcs12kdf_derive()
67 ui = EVP_MD_get_size(md_type); in pkcs12kdf_derive()
94 if (!EVP_DigestInit_ex(ctx, md_type, NULL) in pkcs12kdf_derive()
100 if (!EVP_DigestInit_ex(ctx, md_type, NULL) in pkcs12kdf_derive()
H A Dpbkdf1.c53 uint64_t iter, const EVP_MD *md_type, in kdf_pbkdf1_do_derive() argument
67 if (!EVP_DigestInit_ex(ctx, md_type, NULL) in kdf_pbkdf1_do_derive()
72 mdsize = EVP_MD_size(md_type); in kdf_pbkdf1_do_derive()
81 if (!EVP_DigestInit_ex(ctx, md_type, NULL)) in kdf_pbkdf1_do_derive()
/openssl/include/openssl/
H A Dpkcs12.h.in239 unsigned char *out, const EVP_MD *md_type);
242 unsigned char *out, const EVP_MD *md_type,
246 unsigned char *out, const EVP_MD *md_type);
249 unsigned char *out, const EVP_MD *md_type,
253 unsigned char *out, const EVP_MD *md_type);
256 unsigned char *out, const EVP_MD *md_type,
261 const EVP_MD *md_type, int en_de);
264 const EVP_MD *md_type, int en_de,
271 const EVP_MD *md_type);
274 const EVP_MD *md_type, const char *prf_md_name);
[all …]
H A Devp.h112 OSSL_DEPRECATEDIN_3_0 EVP_MD *EVP_MD_meth_new(int md_type, int pkey_type);
/openssl/crypto/pkcs7/
H A Dpk7_doit.c1017 int md_type; in PKCS7_signatureVerify() local
1036 md_type = OBJ_obj2nid(si->digest_alg->algorithm); in PKCS7_signatureVerify()
1050 if (EVP_MD_CTX_get_type(mdc) == md_type) in PKCS7_signatureVerify()
1056 if (EVP_MD_get_pkey_type(EVP_MD_CTX_get0_md(mdc)) == md_type) in PKCS7_signatureVerify()
1090 fetched_md = EVP_MD_fetch(libctx, OBJ_nid2sn(md_type), propq); in PKCS7_signatureVerify()
1095 md = EVP_get_digestbynid(md_type); in PKCS7_signatureVerify()
/openssl/crypto/evp/
H A Devp_lib.c827 EVP_MD *EVP_MD_meth_new(int md_type, int pkey_type) in EVP_MD_meth_new() argument
832 md->type = md_type; in EVP_MD_meth_new()
/openssl/ssl/
H A Dt1_lib.c1907 int md_type = EVP_MD_get_type(md); in sigalg_security_bits() local
1923 if (md_type == NID_sha1) in sigalg_security_bits()
1925 else if (md_type == NID_md5_sha1) in sigalg_security_bits()
1927 else if (md_type == NID_md5) in sigalg_security_bits()

Completed in 54 milliseconds