Searched refs:md_type (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs12/
H A Dp12_mutl.c70 const EVP_MD *md_type; local
86 if(!(md_type =
91 md_size = EVP_MD_size(md_type);
95 md_size, key, md_type)) {
100 HMAC_Init_ex(&hmac, key, md_size, md_type, NULL);
129 unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type)
134 if (!md_type) md_type = EVP_sha1();
135 if (PKCS12_setup_mac (p12, iter, salt, saltlen, md_type) ==
153 const EVP_MD *md_type)
128 PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type) argument
152 PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, int saltlen, const EVP_MD *md_type) argument
[all...]
H A Dp12_key.c79 const EVP_MD *md_type)
93 id, iter, n, out, md_type);
105 const EVP_MD *md_type)
134 v = EVP_MD_block_size (md_type);
135 u = EVP_MD_size (md_type);
155 EVP_DigestInit_ex(&ctx, md_type, NULL);
160 EVP_DigestInit_ex(&ctx, md_type, NULL);
77 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) argument
103 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) argument
H A Dpkcs12.h220 unsigned char *out, const EVP_MD *md_type);
221 int 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);
223 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
230 const EVP_MD *md_type);
232 int saltlen, const EVP_MD *md_type);
/barrelfish-master/include/openssl/
H A Dpkcs12.h220 unsigned char *out, const EVP_MD *md_type);
221 int 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);
223 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
230 const EVP_MD *md_type);
232 int saltlen, const EVP_MD *md_type);
H A Dpem.h440 EVP_MD *md_type, unsigned char **ek, int *ekl,
/barrelfish-master/lib/openssl-1.0.0d/crypto/pem/
H A Dpem_seal.c70 int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type, argument
99 EVP_SignInit(&ctx->md,md_type);
H A Dpem.h440 EVP_MD *md_type, unsigned char **ek, int *ekl,
/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dpk7_doit.c973 int md_type; local
987 md_type=OBJ_obj2nid(si->digest_alg->algorithm);
1006 if (EVP_MD_CTX_type(mdc) == md_type)
1011 if (EVP_MD_pkey_type(EVP_MD_CTX_md(mdc)) == md_type)
1053 EVP_VerifyInit_ex(&mdc_tmp,EVP_get_digestbynid(md_type), NULL);

Completed in 94 milliseconds