Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/x509v3/
Dv3_ocsp.c180 if (a->crlTime) { in i2r_ocsp_crlid()
183 if (!ASN1_GENERALIZEDTIME_print(bp, a->crlTime)) in i2r_ocsp_crlid()
/freebsd-9-stable/crypto/openssl/crypto/ocsp/
Docsp_asn.c173 ASN1_EXP_OPT(OCSP_CRLID, crlTime, ASN1_GENERALIZEDTIME, 2)
Docsp_ext.c474 if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new())) in OCSP_crlID_new()
476 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim))) in OCSP_crlID_new()
Docsp.h333 ASN1_GENERALIZEDTIME *crlTime; member