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

/freebsd-12-stable/crypto/heimdal/kdc/
H A Dpkinit.c87 time_t next_update; member in struct:__anon7669
1496 if (ocsp.expire == 0 && ocsp.next_update > kdc_time) {
1503 ocsp.next_update = kdc_time + 60 * 5;
1549 ocsp.next_update = ocsp.expire;
1551 ocsp.next_update = kdc_time;
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dhttp_curl.c1118 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; local
1230 &this_update, &next_update);
1245 &next_update);
1262 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) {
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c4702 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; local
4803 &this_update, &next_update);
4817 &next_update);
4831 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) {

Completed in 152 milliseconds