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

  /external/openssl/crypto/dsa/
dsa_pmeth.c 129 type = EVP_MD_type(dctx->md);
150 type = EVP_MD_type(dctx->md);
177 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
178 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
179 EVP_MD_type((const EVP_MD *)p2) != NID_sha256)
188 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
189 EVP_MD_type((const EVP_MD *)p2) != NID_dsa &&
190 EVP_MD_type((const EVP_MD *)p2) != NID_dsaWithSHA &&
191 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
192 EVP_MD_type((const EVP_MD *)p2) != NID_sha256
    [all...]
  /external/openssl/crypto/ec/
ec_pmeth.c 139 type = EVP_MD_type(dctx->md);
161 type = EVP_MD_type(dctx->md);
223 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
224 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
225 EVP_MD_type((const EVP_MD *)p2) != NID_sha256 &&
226 EVP_MD_type((const EVP_MD *)p2) != NID_sha384 &&
227 EVP_MD_type((const EVP_MD *)p2) != NID_sha512)
  /external/openssl/crypto/rsa/
rsa_pmeth.c 172 RSA_X931_hash_id(EVP_MD_type(rctx->md));
179 ret = RSA_sign(EVP_MD_type(rctx->md),
228 RSA_X931_hash_id(EVP_MD_type(rctx->md)))
246 ret = int_rsa_verify(EVP_MD_type(rctx->md),
275 return RSA_verify(EVP_MD_type(rctx->md), tbs, tbslen,
360 if (RSA_X931_hash_id(EVP_MD_type(md)) == -1)
  /external/openssl/crypto/evp/
evp_lib.c 252 int EVP_MD_type(const EVP_MD *md)
evp_pbe.c 261 md_nid = EVP_MD_type(md);
evp.h 433 int EVP_MD_type(const EVP_MD *md);
434 #define EVP_MD_nid(e) EVP_MD_type(e)
444 #define EVP_MD_CTX_type(e) EVP_MD_type(EVP_MD_CTX_md(e))
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_lib.c 114 if ((nid = EVP_MD_type(dgst)) == NID_undef)
  /external/openssl/crypto/pkcs12/
p12_mutl.c 177 p12->mac->dinfo->algor->algorithm = OBJ_nid2obj(EVP_MD_type(md_type));
  /external/openssl/apps/
crl.c 336 OBJ_nid2sn(EVP_MD_type(digest)));
dgst.c 89 mname = OBJ_nid2ln(EVP_MD_type(m));
x509.c 934 OBJ_nid2sn(EVP_MD_type(fdig)));
    [all...]
  /external/openssl/include/openssl/
evp.h 433 int EVP_MD_type(const EVP_MD *md);
434 #define EVP_MD_nid(e) EVP_MD_type(e)
444 #define EVP_MD_CTX_type(e) EVP_MD_type(EVP_MD_CTX_md(e))
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_lib.c 391 X509_ALGOR_set0(p7i->digest_alg, OBJ_nid2obj(EVP_MD_type(dgst)),

Completed in 293 milliseconds