Searched refs:hashAlgorithm (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/ocsp/ |
| D | ocsp_lib.c | 112 alg = cid->hashAlgorithm; in OCSP_cert_id_new() 153 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm); in OCSP_id_issuer_cmp()
|
| D | ocsp_vfy.c | 295 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()
|
| D | ocsp_asn.c | 72 ASN1_SIMPLE(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
|
| D | ocsp_srv.c | 96 *pmd = cid->hashAlgorithm->algorithm; in OCSP_id_get0_info()
|
| D | ocsp_prn.c | 77 i2a_ASN1_OBJECT(bp, a->hashAlgorithm->algorithm); in ocsp_certid_print()
|
| D | ocsp.h | 102 X509_ALGOR *hashAlgorithm; member
|
| /freebsd-9-stable/crypto/openssl/demos/asn1/ |
| D | ocsp.c | 194 X509_ALGOR *hashAlgorithm; member 289 ASN1_SIMPLE(CertID, hashAlgorithm, X509_ALGOR),
|
| /freebsd-9-stable/crypto/heimdal/lib/hx509/ |
| D | revoke.c | 718 &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()
|
| D | ocsp.asn1 | 23 hashAlgorithm AlgorithmIdentifier,
|