Searched refs:revtime (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_cl.c | 249 ASN1_GENERALIZEDTIME **revtime, in OCSP_single_get0_status() argument 263 if (revtime) in OCSP_single_get0_status() 264 *revtime = rev->revocationTime; in OCSP_single_get0_status() 285 ASN1_GENERALIZEDTIME **revtime, in OCSP_resp_find_status() argument 296 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd); in OCSP_resp_find_status()
|
H A D | ocsp_srv.c | 88 ASN1_TIME *revtime, in OCSP_basic_add1_status() argument 118 if (!revtime) { in OCSP_basic_add1_status() 124 if (!ASN1_TIME_to_generalizedtime(revtime, &ri->revocationTime)) in OCSP_basic_add1_status()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OCSP_resp_find_status.pod | 20 ASN1_GENERALIZEDTIME **revtime, 28 ASN1_GENERALIZEDTIME **revtime, 61 I<*revtime>, I<*thisupd> and I<*nextupd>. The I<*status> value will be one of 63 B<V_OCSP_CERTSTATUS_UNKNOWN>. The I<*reason> and I<*revtime> fields are only 81 I<*revtime>, I<*thisupd> and I<*nextupd>. 196 The values written to I<*revtime>, I<*thisupd> and I<*nextupd> by
|
/freebsd/crypto/openssl/fuzz/ |
H A D | x509.c | 115 ASN1_GENERALIZEDTIME *revtime, *thisupd, *nextupd; in FuzzerTestOneInput() local 129 OCSP_resp_find_status(bs, id, &status, &reason, &revtime, &thisupd, in FuzzerTestOneInput()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ocsp.h.in | 246 ASN1_GENERALIZEDTIME **revtime, 251 ASN1_GENERALIZEDTIME **revtime, 277 ASN1_TIME *revtime,
|
H A D | ocsp.h | 342 ASN1_GENERALIZEDTIME **revtime, 347 ASN1_GENERALIZEDTIME **revtime, 373 ASN1_TIME *revtime,
|