Home
last modified time | relevance | path

Searched refs:thisUpdate (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/ocsp/
Docsp_asn.c143 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
Docsp_srv.c143 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
Docsp_cl.c278 if(thisupd) *thisupd = single->thisUpdate; in OCSP_single_get0_status()
Docsp_prn.c263 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
Docsp.h252 ASN1_GENERALIZEDTIME *thisUpdate; member