Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/ocsp/
Docsp_lib.c112 alg = cid->hashAlgorithm; in OCSP_cert_id_new()
153 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm); in OCSP_id_issuer_cmp()
Docsp_vfy.c295 if (OBJ_cmp(tmpid->hashAlgorithm->algorithm, in ocsp_check_ids()
296 cid->hashAlgorithm->algorithm)) in ocsp_check_ids()
317 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) { in ocsp_match_issuerid()
Docsp_asn.c72 ASN1_SIMPLE(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
Docsp_srv.c96 *pmd = cid->hashAlgorithm->algorithm; in OCSP_id_get0_info()
Docsp_prn.c77 i2a_ASN1_OBJECT(bp, a->hashAlgorithm->algorithm); in ocsp_certid_print()
Docsp.h102 X509_ALGOR *hashAlgorithm; member
/freebsd-9-stable/crypto/openssl/demos/asn1/
Docsp.c194 X509_ALGOR *hashAlgorithm; member
289 ASN1_SIMPLE(CertID, hashAlgorithm, X509_ALGOR),
/freebsd-9-stable/crypto/heimdal/lib/hx509/
Drevoke.c718 &ocsp->ocsp.tbsResponseData.responses.val[i].certID.hashAlgorithm, in hx509_revoke_verify()
729 &ocsp->ocsp.tbsResponseData.responses.val[j].certID.hashAlgorithm, in hx509_revoke_verify()
900 ret = copy_AlgorithmIdentifier(ctx->digest, &one->reqCert.hashAlgorithm); in add_to_req()
906 &one->reqCert.hashAlgorithm, in add_to_req()
919 &one->reqCert.hashAlgorithm, in add_to_req()
1208 &basic.tbsResponseData.responses.val[i].certID.hashAlgorithm, in hx509_ocsp_verify()
Docsp.asn123 hashAlgorithm AlgorithmIdentifier,