Searched refs:next_update (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 1104 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local 1215 &this_update, &next_update)) { in ocsp_resp_cb() 1229 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 3754 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local 3854 &this_update, &next_update)) { in ocsp_resp_cb() 3865 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
|