Searched refs:next_update (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 1102 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local 1213 &this_update, &next_update)) { in ocsp_resp_cb() 1227 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 | 3771 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local 3871 &this_update, &next_update)) { in ocsp_resp_cb() 3882 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
|