HomeSort by relevance Sort by last modified time
    Searched refs:md_type (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/pkcs12/
p12_mutl.c 70 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 if (!HMAC_Init_ex(&hmac, key, md_size, md_type, NULL)
133 unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type)
138 if (!md_type) md_type = EVP_sha1();
139 if (PKCS12_setup_mac (p12, iter, salt, saltlen, md_type) ==
157 const EVP_MD *md_type)
    [all...]
p12_key.c 79 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 if (!EVP_DigestInit_ex(&ctx, md_type, NULL)
161 if (!EVP_DigestInit_ex(&ctx, md_type, NULL)
pkcs12.h 220 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);
  /external/openssl/include/openssl/
pkcs12.h 220 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);
pem.h 440 EVP_MD *md_type, unsigned char **ek, int *ekl,
  /external/openssl/crypto/pem/
pem_seal.c 70 int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type,
99 if (!EVP_SignInit(&ctx->md,md_type))
pem.h 440 EVP_MD *md_type, unsigned char **ek, int *ekl,
  /external/openssl/crypto/pkcs7/
pk7_doit.c 1020 int md_type; local
1034 md_type=OBJ_obj2nid(si->digest_alg->algorithm);
1053 if (EVP_MD_CTX_type(mdc) == md_type)
1058 if (EVP_MD_pkey_type(EVP_MD_CTX_md(mdc)) == md_type)
1102 if (!EVP_VerifyInit_ex(&mdc_tmp,EVP_get_digestbynid(md_type), NULL))

Completed in 201 milliseconds