Home
last modified time | relevance | path

Searched refs:this_update (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c1118 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/
Dcert.py772 self.lastUpdate_str = tbsCertList.this_update.pretty_time
773 lastUpdate = tbsCertList.this_update.val
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c4587 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/
Dx509.uts172 tbs.this_update == ASN1_UTC_TIME("061102000000Z")