Searched refs:revtime (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/ocsp/ |
D | ocsp_cl.c | 277 ASN1_GENERALIZEDTIME **revtime, in OCSP_single_get0_status() argument 289 if (revtime) in OCSP_single_get0_status() 290 *revtime = rev->revocationTime; in OCSP_single_get0_status() 312 ASN1_GENERALIZEDTIME **revtime, in OCSP_resp_find_status() argument 323 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd); in OCSP_resp_find_status()
|
D | ocsp_srv.c | 89 ASN1_TIME *revtime, in OCSP_basic_add1_status() argument 119 if (!revtime) { in OCSP_basic_add1_status() 125 if (!ASN1_TIME_to_generalizedtime(revtime, &ri->revocationTime)) in OCSP_basic_add1_status()
|
/third_party/openssl/doc/man3/ |
D | OCSP_resp_find_status.pod | 24 ASN1_GENERALIZEDTIME **revtime, 32 ASN1_GENERALIZEDTIME **revtime, 65 B<*revtime>, B<*thisupd> and B<*nextupd>. The B<*status> value will be one of 67 B<V_OCSP_CERTSTATUS_UNKNOWN>. The B<*reason> and B<*revtime> fields are only 86 B<*revtime>, B<*thisupd> and B<*nextupd>. 176 The values written to B<*revtime>, B<*thisupd> and B<*nextupd> by
|
/third_party/openssl/include/openssl/ |
D | ocsp.h | 215 ASN1_GENERALIZEDTIME **revtime, 220 ASN1_GENERALIZEDTIME **revtime, 246 ASN1_TIME *revtime,
|