/openssl/crypto/pkcs12/ |
H A D | p12_key.c | 21 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 D | p12_mutl.c | 29 const EVP_MD *md_type); 346 const EVP_MD *md_type) in PKCS12_set_mac() argument 352 if (md_type == NULL) in PKCS12_set_mac() 354 md_type = EVP_sha256(); in PKCS12_set_mac() 383 md_type, keylen, out); in pkcs12_pbmac1_pbkdf2_key_gen() 431 const EVP_MD *md_type) in PKCS12_setup_mac() argument 451 if (md_type == NULL) in PKCS12_set_pbmac1_pbkdf2() 453 md_type = EVP_sha256(); in PKCS12_set_pbmac1_pbkdf2() 456 prf_md_nid = EVP_MD_get_type(md_type); in PKCS12_set_pbmac1_pbkdf2() 463 keylen = EVP_MD_get_size(md_type); in PKCS12_set_pbmac1_pbkdf2() [all …]
|
/openssl/doc/man3/ |
H A D | PKCS12_key_gen_utf8_ex.pod | 15 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 D | PKCS12_gen_mac.pod | 18 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 D | PKCS12_PBE_keyivgen.pod | 14 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 D | PKCS5_PBE_keyivgen.pod | 87 length I<passlen>, parameters I<param> and a message digest function I<md_type>
|
H A D | EVP_MD_meth_new.pod | 25 EVP_MD *EVP_MD_meth_new(int md_type, int pkey_type);
|
/openssl/providers/implementations/kdfs/ |
H A D | pkcs12kdf.c | 51 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 D | pbkdf1.c | 53 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 D | pkcs12.h.in | 239 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 D | evp.h | 112 OSSL_DEPRECATEDIN_3_0 EVP_MD *EVP_MD_meth_new(int md_type, int pkey_type);
|
/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 1068 int md_type; in PKCS7_signatureVerify() local 1088 md_type = OBJ_obj2nid(si->digest_alg->algorithm); in PKCS7_signatureVerify() 1102 if (EVP_MD_CTX_get_type(mdc) == md_type) in PKCS7_signatureVerify() 1108 if (EVP_MD_get_pkey_type(EVP_MD_CTX_get0_md(mdc)) == md_type) in PKCS7_signatureVerify() 1142 fetched_md = EVP_MD_fetch(libctx, OBJ_nid2sn(md_type), propq); in PKCS7_signatureVerify() 1147 md = EVP_get_digestbynid(md_type); in PKCS7_signatureVerify()
|
/openssl/crypto/evp/ |
H A D | evp_lib.c | 827 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 D | t1_lib.c | 1968 int md_type = EVP_MD_get_type(md); in sigalg_security_bits() local 1984 if (md_type == NID_sha1) in sigalg_security_bits() 1986 else if (md_type == NID_md5_sha1) in sigalg_security_bits() 1988 else if (md_type == NID_md5) in sigalg_security_bits()
|