Searched refs:EVP_get_digestbynid (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/digest/
H A Ddigests.c219 const EVP_MD* EVP_get_digestbynid(int nid) { function
233 return EVP_get_digestbynid(OBJ_obj2nid(obj));
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Da_verify.c118 type=EVP_get_digestbynid(mdnid);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Ddigest.h87 /* EVP_get_digestbynid returns an |EVP_MD| for the given NID, or NULL if no
89 OPENSSL_EXPORT const EVP_MD *EVP_get_digestbynid(int nid);
/external/openssl/crypto/asn1/
H A Da_verify.c177 type=EVP_get_digestbynid(mdnid);
H A Dasn_mime.c214 md = EVP_get_digestbynid(md_nid);
/external/openssl/crypto/evp/
H A Dm_sigver.c79 type = EVP_get_digestbynid(def_nid);
H A Devp_pbe.c195 md = EVP_get_digestbynid(md_nid);
H A Dp5_crpt2.c310 prfmd = EVP_get_digestbynid(hmac_md_nid);
H A Devp.h471 #define EVP_get_digestbynid(a) EVP_get_digestbyname(OBJ_nid2sn(a)) macro
472 #define EVP_get_digestbyobj(a) EVP_get_digestbynid(OBJ_obj2nid(a))
/external/openssl/crypto/rsa/
H A Drsa_sign.c295 md = EVP_get_digestbynid(dtype);
/external/openssl/crypto/pkcs7/
H A Dpk7_smime.c156 if (EVP_get_digestbynid(nid))
H A Dpk7_doit.c491 evp_md=EVP_get_digestbynid(j);
1108 if (!EVP_VerifyInit_ex(&mdc_tmp,EVP_get_digestbynid(md_type), NULL))
H A Dpk7_lib.c423 dgst = EVP_get_digestbynid(def_nid);
/external/openssl/crypto/cms/
H A Dcms_sd.c349 md = EVP_get_digestbynid(def_nid);
966 if (EVP_get_digestbynid(nid))
/external/openssl/include/openssl/
H A Devp.h471 #define EVP_get_digestbynid(a) EVP_get_digestbyname(OBJ_nid2sn(a)) macro
472 #define EVP_get_digestbyobj(a) EVP_get_digestbynid(OBJ_obj2nid(a))
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
H A Dpkcs8.c972 (md = EVP_get_digestbynid(hash_nid)) == NULL) {
/external/openssl/ssl/
H A Ds3_clnt.c3103 EVP_DigestInit(ukm_hash,EVP_get_digestbynid(NID_id_GostR3411_94));

Completed in 2281 milliseconds