Searched refs:this_update (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | http_curl.c | 1097 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local 1209 &this_update, &next_update); in ocsp_resp_cb() 1223 &produced_at, &this_update, in ocsp_resp_cb() 1241 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 5050 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local 5166 &this_update, &next_update); in ocsp_resp_cb() 5179 &produced_at, &this_update, in ocsp_resp_cb() 5194 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
|