Searched refs:hashAlgorithm (Results 1 – 6 of 6) sorted by relevance
111 alg = cid->hashAlgorithm; in OCSP_cert_id_new()146 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm); in OCSP_id_issuer_cmp()
280 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()
71 ASN1_SIMPLE(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
92 if (pmd) *pmd = cid->hashAlgorithm->algorithm; in OCSP_id_get0_info()
74 i2a_ASN1_OBJECT(bp, a->hashAlgorithm->algorithm); in ocsp_certid_print()
100 X509_ALGOR *hashAlgorithm; member