Searched refs:thisUpdate (Results 1 – 5 of 5) sorted by relevance
143 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
143 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
278 if(thisupd) *thisupd = single->thisUpdate; in OCSP_single_get0_status()
263 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
252 ASN1_GENERALIZEDTIME *thisUpdate; member