Searched refs:EVP_get_digestbyobj (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Ddigest.h91 /* EVP_get_digestbyobj returns an |EVP_MD| for the given |ASN1_OBJECT|, or NULL
93 OPENSSL_EXPORT const EVP_MD *EVP_get_digestbyobj(const ASN1_OBJECT *obj);
/external/chromium_org/crypto/
H A Dsignature_verifier_openssl.cc66 digest = EVP_get_digestbyobj(algorithm.get()->algorithm);
/external/chromium_org/third_party/boringssl/src/crypto/digest/
H A Ddigests.c232 const EVP_MD* EVP_get_digestbyobj(const ASN1_OBJECT *obj) { function
/external/openssl/crypto/pkcs12/
H A Dp12_mutl.c87 EVP_get_digestbyobj (p12->mac->dinfo->algor->algorithm))) {
/external/openssl/crypto/cms/
H A Dcms_ess.c198 md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm);
H A Dcms_lib.c367 digest = EVP_get_digestbyobj(digestoid);
H A Dcms_sd.c711 md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm);
783 md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm);
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_rsa_asn1.c496 md = EVP_get_digestbyobj(alg->algorithm);
518 md = EVP_get_digestbyobj(maskHash->algorithm);
/external/openssl/crypto/rsa/
H A Drsa_ameth.c497 mgf1md = EVP_get_digestbyobj(maskHash->algorithm);
509 md = EVP_get_digestbyobj(pss->hashAlgorithm->algorithm);
/external/chromium_org/third_party/webrtc/base/
H A Dopensslidentity.cc218 EVP_get_digestbyobj(x509_->sig_alg->algorithm), algorithm);
/external/openssl/crypto/ocsp/
H A Docsp_vfy.c308 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm)))
/external/openssl/crypto/pkcs7/
H A Dpk7_doit.c115 md=EVP_get_digestbyobj(alg->algorithm);
914 md = EVP_get_digestbyobj(si->digest_alg->algorithm);
/external/openssl/apps/
H A Docsp.c1100 cert_id_md = EVP_get_digestbyobj(cert_id_md_oid);
/external/openssl/crypto/evp/
H A Devp.h472 #define EVP_get_digestbyobj(a) EVP_get_digestbynid(OBJ_obj2nid(a)) macro
/external/openssl/include/openssl/
H A Devp.h472 #define EVP_get_digestbyobj(a) EVP_get_digestbynid(OBJ_obj2nid(a)) macro

Completed in 4898 milliseconds