Searched refs:producedAt (Results 1 – 9 of 9) sorted by relevance
150 ASN1_GENERALIZEDTIME *producedAt; member204 ASN1_SIMPLE(ResponseData, producedAt, ASN1_GENERALIZEDTIME),686 txt = generalizedtime_str(rd->producedAt); in check_ocsp_resp()
160 ASN1_GENERALIZEDTIME *producedAt; member
106 ASN1_SIMPLE(OCSP_RESPDATA, producedAt, ASN1_GENERALIZEDTIME),
186 if (!ASN1_GENERALIZEDTIME_print(bp, rd->producedAt)) in OCSP_RESPONSE_print()
197 if (!(flags & OCSP_NOTIME) && !X509_gmtime_adj(brsp->tbsResponseData.producedAt, 0)) in OCSP_basic_sign_ctx()
175 return bs->tbsResponseData.producedAt; in OCSP_resp_get0_produced_at()
82 producedAt GeneralizedTime,
1129 printable_time(ocsp.ocsp.tbsResponseData.producedAt)); in hx509_revoke_ocsp_print()
83 OCSP_resp_get0_produced_at() extracts the B<producedAt> field from the159 OCSP_resp_get0_produced_at() returns the B<producedAt> field from I<bs>.