Home
last modified time | relevance | path

Searched refs:next_update (Results 1 – 3 of 3) sorted by relevance

/netbsd/crypto/external/bsd/heimdal/dist/kdc/
H A Dpkinit.c87 time_t next_update; member
1465 if (ocsp.expire == 0 && ocsp.next_update > kdc_time) { in _kdc_pk_mk_pa_reply()
1472 ocsp.next_update = kdc_time + 60 * 5; in _kdc_pk_mk_pa_reply()
1518 ocsp.next_update = ocsp.expire; in _kdc_pk_mk_pa_reply()
1520 ocsp.next_update = kdc_time; in _kdc_pk_mk_pa_reply()
/netbsd/external/bsd/wpa/dist/src/utils/
H A Dhttp_curl.c1118 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local
1230 &this_update, &next_update); in ocsp_resp_cb()
1245 &next_update); in ocsp_resp_cb()
1262 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
/netbsd/external/bsd/wpa/dist/src/crypto/
H A Dtls_openssl.c4702 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local
4803 &this_update, &next_update); in ocsp_resp_cb()
4817 &next_update); in ocsp_resp_cb()
4831 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()