Searched refs:this_update (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 1118 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local 1230 &this_update, &next_update); in ocsp_resp_cb() 1244 &produced_at, &this_update, in ocsp_resp_cb() 1262 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
|
/external/scapy/scapy/layers/tls/ |
D | cert.py | 772 self.lastUpdate_str = tbsCertList.this_update.pretty_time 773 lastUpdate = tbsCertList.this_update.val
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 4587 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local 4688 &this_update, &next_update); in ocsp_resp_cb() 4700 &produced_at, &this_update, in ocsp_resp_cb() 4715 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
|
/external/scapy/test/ |
D | x509.uts | 172 tbs.this_update == ASN1_UTC_TIME("061102000000Z")
|