Searched refs:reqCert (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c37 OCSP_CERTID_free(one->reqCert);
38 one->reqCert = cid;
40 one->reqCert = NULL; /* do not free on error */
H A Docsp_local.h24 * reqCert CertID,
28 OCSP_CERTID *reqCert; member in struct:ocsp_one_request_st
H A Docsp_asn.c33 ASN1_SIMPLE(OCSP_ONEREQ, reqCert, OCSP_CERTID),
H A Docsp_prn.c110 cid = one->reqCert;
H A Docsp_srv.c36 return one->reqCert;
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Drevoke.c907 ret = copy_AlgorithmIdentifier(ctx->digest, &one->reqCert.hashAlgorithm);
913 &one->reqCert.hashAlgorithm,
916 &one->reqCert.issuerNameHash);
926 &one->reqCert.hashAlgorithm,
929 &one->reqCert.issuerKeyHash);
934 &one->reqCert.serialNumber);

Completed in 125 milliseconds