HomeSort by relevance Sort by last modified time
    Searched refs:crlTime (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/x509v3/
v3_ocsp.c 174 if (a->crlTime)
177 if (!ASN1_GENERALIZEDTIME_print(bp, a->crlTime)) goto err;
  /external/openssl/crypto/ocsp/
ocsp_asn.c 172 ASN1_EXP_OPT(OCSP_CRLID, crlTime, ASN1_GENERALIZEDTIME, 2)
ocsp_ext.c 442 if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new())) goto err;
443 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
ocsp.h 335 * crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }
341 ASN1_GENERALIZEDTIME *crlTime;
  /external/openssl/include/openssl/
ocsp.h 335 * crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }
341 ASN1_GENERALIZEDTIME *crlTime;

Completed in 174 milliseconds