Home
last modified time | relevance | path

Searched refs:crlTime (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libcrypto/x509/
H A Dx509_ocsp.c279 if (a->crlTime) { in i2r_ocsp_crlid()
282 if (!ASN1_GENERALIZEDTIME_print(bp, a->crlTime)) in i2r_ocsp_crlid()
/openbsd/lib/libcrypto/ocsp/
H A Docsp_local.h259 ASN1_GENERALIZEDTIME *crlTime; member
H A Docsp_ext.c503 if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new())) in OCSP_crlID_new()
505 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim))) in OCSP_crlID_new()
H A Docsp_asn.c963 .offset = offsetof(OCSP_CRLID, crlTime),