Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/ocsp/
H A Docsp_lib.c111 alg = cid->hashAlgorithm; in OCSP_cert_id_new()
146 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm); in OCSP_id_issuer_cmp()
H A Docsp_vfy.c280 if (OBJ_cmp(tmpid->hashAlgorithm->algorithm, in ocsp_check_ids()
281 cid->hashAlgorithm->algorithm)) in ocsp_check_ids()
304 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) in ocsp_match_issuerid()
H A Docsp_asn.c71 ASN1_SIMPLE(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
H A Docsp_srv.c92 if (pmd) *pmd = cid->hashAlgorithm->algorithm; in OCSP_id_get0_info()
H A Docsp_prn.c74 i2a_ASN1_OBJECT(bp, a->hashAlgorithm->algorithm); in ocsp_certid_print()
H A Docsp.h100 X509_ALGOR *hashAlgorithm; member