Home
last modified time | relevance | path

Searched refs:EVP_get_digestbyobj (Results 1 – 11 of 11) sorted by relevance

/dragonfly/crypto/libressl/crypto/pkcs12/
H A Dp12_mutl.c137 md_type = EVP_get_digestbyobj(p12->mac->dinfo->algor->algorithm); in PKCS12_gen_mac()
/dragonfly/crypto/libressl/crypto/ts/
H A Dts_rsp_verify.c420 md = EVP_get_digestbyobj(cid->hash_alg->algorithm); in TS_find_cert_v2()
710 if ((md = EVP_get_digestbyobj((md_alg)->algorithm)) == NULL) { in TS_compute_imprint()
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_ess.c209 md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm); in cms_msgSigDigest()
H A Dcms_sd.c719 md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm); in CMS_SignerInfo_sign()
790 md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm); in CMS_SignerInfo_verify()
H A Dcms_lib.c390 digest = EVP_get_digestbyobj(digestoid); in cms_DigestAlgorithm_init_bio()
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_vfy.c330 EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) { in ocsp_match_issuerid()
/dragonfly/crypto/libressl/crypto/pkcs7/
H A Dpk7_doit.c120 md = EVP_get_digestbyobj(alg->algorithm); in PKCS7_bio_add_digest()
871 md = EVP_get_digestbyobj(si->digest_alg->algorithm); in PKCS7_SIGNER_INFO_sign()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl_ocsp.c405 dgst = EVP_get_digestbyobj(certid->hashAlgorithm->algorithm); in issuer_match()
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_ameth.c645 md = EVP_get_digestbyobj(alg->algorithm); in rsa_algor_to_md()
/dragonfly/crypto/libressl/apps/openssl/
H A Docsp.c1231 cert_id_md = EVP_get_digestbyobj(cert_id_md_oid); in make_ocsp_response()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h336 #define EVP_get_digestbyobj(a) EVP_get_digestbynid(OBJ_obj2nid(a)) macro