Home
last modified time | relevance | path

Searched refs:hashAlgorithm (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c55 alg = &cid->hashAlgorithm; in OCSP_cert_id_new()
94 ret = OBJ_cmp(a->hashAlgorithm.algorithm, b->hashAlgorithm.algorithm); in OCSP_id_issuer_cmp()
H A Docsp_vfy.c263 if (OBJ_cmp(tmpid->hashAlgorithm.algorithm, in ocsp_check_ids()
264 cid->hashAlgorithm.algorithm)) in ocsp_check_ids()
285 if ((dgst = EVP_get_digestbyobj(cid->hashAlgorithm.algorithm)) in ocsp_match_issuerid()
H A Docsp_lcl.h17 X509_ALGOR hashAlgorithm; member
H A Docsp_asn.c24 ASN1_EMBED(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
H A Docsp_srv.c46 *pmd = cid->hashAlgorithm.algorithm; in OCSP_id_get0_info()
H A Docsp_prn.c22 i2a_ASN1_OBJECT(bp, a->hashAlgorithm.algorithm); in ocsp_certid_print()
/freebsd-12.1/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c47 X509_ALGOR *hashAlgorithm; member
170 ASN1_SIMPLE(CertID, hashAlgorithm, X509_ALGOR),
405 dgst = EVP_get_digestbyobj(certid->hashAlgorithm->algorithm); in issuer_match()
714 txt = algor_str(sresp->certID->hashAlgorithm); in check_ocsp_resp()
779 (OBJ_cmp(cid1->hashAlgorithm->algorithm, in check_ocsp_resp()
780 cid2->hashAlgorithm->algorithm) != 0 || in check_ocsp_resp()
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A Drevoke.c725 &ocsp->ocsp.tbsResponseData.responses.val[i].certID.hashAlgorithm, in hx509_revoke_verify()
736 &ocsp->ocsp.tbsResponseData.responses.val[j].certID.hashAlgorithm, in hx509_revoke_verify()
907 ret = copy_AlgorithmIdentifier(ctx->digest, &one->reqCert.hashAlgorithm); in add_to_req()
913 &one->reqCert.hashAlgorithm, in add_to_req()
926 &one->reqCert.hashAlgorithm, in add_to_req()
1221 &basic.tbsResponseData.responses.val[i].certID.hashAlgorithm, in hx509_ocsp_verify()
H A Docsp.asn123 hashAlgorithm AlgorithmIdentifier,
/freebsd-12.1/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c253 if (pss->hashAlgorithm) { in rsa_pss_param_print()
254 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0) in rsa_pss_param_print()
624 if (!rsa_md_to_algor(&pss->hashAlgorithm, sigmd)) in rsa_pss_params_create()
713 *pmd = rsa_algor_to_md(pss->hashAlgorithm); in rsa_pss_get_param()
H A Drsa_asn1.c82 ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
/freebsd-12.1/crypto/openssl/include/openssl/
H A Drsa.h283 X509_ALGOR *hashAlgorithm; member