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

  /external/chromium_org/third_party/webrtc/base/
openssldigest.cc 88 int md_type = EVP_MD_type(md); local
89 if (md_type == NID_md5) {
91 } else if (md_type == NID_sha1) {
93 } else if (md_type == NID_sha224) {
95 } else if (md_type == NID_sha256) {
97 } else if (md_type == NID_sha384) {
99 } else if (md_type == NID_sha512) {
  /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/chromium_org/third_party/boringssl/src/crypto/pkcs8/
pkcs8.c 109 const EVP_MD *md_type) {
119 v = EVP_MD_block_size(md_type);
120 u = EVP_MD_size(md_type);
143 if (!EVP_DigestInit_ex(&ctx, md_type, NULL) ||
150 if (!EVP_DigestInit_ex(&ctx, md_type, NULL) ||
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_doit.c 1026 int md_type; local
1040 md_type=OBJ_obj2nid(si->digest_alg->algorithm);
1059 if (EVP_MD_CTX_type(mdc) == md_type)
1064 if (EVP_MD_pkey_type(EVP_MD_CTX_md(mdc)) == md_type)
1108 if (!EVP_VerifyInit_ex(&mdc_tmp,EVP_get_digestbynid(md_type), NULL))
  /external/chromium_org/third_party/boringssl/src/include/openssl/
pem.h 421 OPENSSL_EXPORT int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type, unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk);

Completed in 2018 milliseconds