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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_mutl.c70 const EVP_MD *md_type; local
85 if(!(md_type =
91 EVP_MD_size(md_type), key, md_type)) {
96 HMAC_Init_ex(&hmac, key, EVP_MD_size(md_type), md_type, NULL);
125 unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type)
130 if (!md_type) md_type = EVP_sha1();
131 if (PKCS12_setup_mac (p12, iter, salt, saltlen, md_type)
124 PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type) argument
148 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)
92 id, iter, n, out, md_type);
102 const EVP_MD *md_type)
130 v = EVP_MD_block_size (md_type);
131 u = EVP_MD_size (md_type);
151 EVP_DigestInit_ex(&ctx, md_type, NULL);
156 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
100 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.h222 unsigned char *out, const EVP_MD *md_type);
223 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);
225 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
232 const EVP_MD *md_type);
234 int saltlen, const EVP_MD *md_type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_mutl.c70 const EVP_MD *md_type; local
79 if(!(md_type =
85 PKCS12_MAC_KEY_LENGTH, key, md_type)) {
90 HMAC_Init_ex(&hmac, key, PKCS12_MAC_KEY_LENGTH, md_type, NULL);
119 unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type)
124 if (!md_type) md_type = EVP_sha1();
125 if (PKCS12_setup_mac (p12, iter, salt, saltlen, md_type) ==
143 const EVP_MD *md_type)
167 p12->mac->dinfo->algor->algorithm = OBJ_nid2obj(EVP_MD_type(md_type));
118 PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type) argument
142 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)
92 id, iter, n, out, md_type);
102 const EVP_MD *md_type)
130 v = EVP_MD_block_size (md_type);
131 u = EVP_MD_size (md_type);
151 EVP_DigestInit_ex(&ctx, md_type, NULL);
156 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
100 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.h222 unsigned char *out, const EVP_MD *md_type);
223 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);
225 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
232 const EVP_MD *md_type);
234 int saltlen, const EVP_MD *md_type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dpkcs12.h222 unsigned char *out, const EVP_MD *md_type);
223 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);
225 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
232 const EVP_MD *md_type);
234 int saltlen, const EVP_MD *md_type);
H A Dpem.h521 EVP_MD *md_type, unsigned char **ek, int *ekl,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpkcs12.h222 unsigned char *out, const EVP_MD *md_type);
223 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);
225 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
232 const EVP_MD *md_type);
234 int saltlen, const EVP_MD *md_type);
H A Dpem.h614 EVP_MD *md_type, unsigned char **ek, int *ekl,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pem/
H A Dpem_seal.c68 int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type, argument
97 EVP_SignInit(&ctx->md,md_type);
H A Dpem.h521 EVP_MD *md_type, unsigned char **ek, int *ekl,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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.h614 EVP_MD *md_type, unsigned char **ek, int *ekl,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_doit.c764 int md_type; local
778 md_type=OBJ_obj2nid(si->digest_alg->algorithm);
797 if (EVP_MD_CTX_type(mdc) == md_type)
802 if (EVP_MD_pkey_type(EVP_MD_CTX_md(mdc)) == md_type)
843 EVP_VerifyInit_ex(&mdc_tmp,EVP_get_digestbynid(md_type), NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_doit.c874 int md_type; local
888 md_type=OBJ_obj2nid(si->digest_alg->algorithm);
907 if (EVP_MD_CTX_type(mdc) == md_type)
912 if (EVP_MD_pkey_type(EVP_MD_CTX_md(mdc)) == md_type)
953 EVP_VerifyInit_ex(&mdc_tmp,EVP_get_digestbynid(md_type), NULL);

Completed in 135 milliseconds