Searched refs:hashAlgorithm (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c112 alg = cid->hashAlgorithm;
153 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm);
H A Docsp_vfy.c295 if (OBJ_cmp(tmpid->hashAlgorithm->algorithm,
296 cid->hashAlgorithm->algorithm))
317 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) {
H A Docsp_asn.c72 ASN1_SIMPLE(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
H A Docsp_prn.c77 i2a_ASN1_OBJECT(bp, a->hashAlgorithm->algorithm);
H A Docsp_srv.c96 *pmd = cid->hashAlgorithm->algorithm;
H A Docsp.h96 * hashAlgorithm AlgorithmIdentifier,
102 X509_ALGOR *hashAlgorithm; member in struct:ocsp_cert_id_st
/freebsd-9.3-release/crypto/openssl/demos/asn1/
H A Docsp.c88 hashAlgorithm AlgorithmIdentifier,
194 X509_ALGOR *hashAlgorithm; member in struct:__anon111
289 ASN1_SIMPLE(CertID, hashAlgorithm, X509_ALGOR),
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Drevoke.c718 &ocsp->ocsp.tbsResponseData.responses.val[i].certID.hashAlgorithm,
729 &ocsp->ocsp.tbsResponseData.responses.val[j].certID.hashAlgorithm,
900 ret = copy_AlgorithmIdentifier(ctx->digest, &one->reqCert.hashAlgorithm);
906 &one->reqCert.hashAlgorithm,
919 &one->reqCert.hashAlgorithm,
1208 &basic.tbsResponseData.responses.val[i].certID.hashAlgorithm,

Completed in 103 milliseconds