Searched defs:revtime (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
H A Docsp_srv.c127 ASN1_TIME *revtime,
158 if (!revtime)
164 if (!ASN1_TIME_to_generalizedtime(revtime, &ri->revocationTime))
124 OCSP_basic_add1_status(OCSP_BASICRESP *rsp, OCSP_CERTID *cid, int status, int reason, ASN1_TIME *revtime, ASN1_TIME *thisupd, ASN1_TIME *nextupd) argument
H A Docsp_cl.c253 * Note: the revtime and reason values are only set if the
259 ASN1_GENERALIZEDTIME **revtime,
271 if (revtime) *revtime = rev->revocationTime;
290 ASN1_GENERALIZEDTIME **revtime,
300 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
258 OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
288 OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
/external/openssl/crypto/ocsp/
H A Docsp_srv.c127 ASN1_TIME *revtime,
158 if (!revtime)
164 if (!ASN1_TIME_to_generalizedtime(revtime, &ri->revocationTime))
124 OCSP_basic_add1_status(OCSP_BASICRESP *rsp, OCSP_CERTID *cid, int status, int reason, ASN1_TIME *revtime, ASN1_TIME *thisupd, ASN1_TIME *nextupd) argument
H A Docsp_cl.c253 * Note: the revtime and reason values are only set if the
259 ASN1_GENERALIZEDTIME **revtime,
271 if (revtime) *revtime = rev->revocationTime;
290 ASN1_GENERALIZEDTIME **revtime,
300 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
258 OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
288 OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument

Completed in 86 milliseconds