Searched refs:next_update (Results 1 - 7 of 7) sorted by relevance

/external/scapy/scapy/layers/tls/
H A Dcert.py784 if tbsCertList.next_update:
785 self.nextUpdate_str = tbsCertList.next_update.pretty_time
786 nextUpdate = tbsCertList.next_update.val
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c1101 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; local
1213 &this_update, &next_update);
1228 &next_update);
1245 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) {
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c1101 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; local
1213 &this_update, &next_update);
1228 &next_update);
1245 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) {
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c1101 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; local
1213 &this_update, &next_update);
1228 &next_update);
1245 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) {
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c4085 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; local
4186 &this_update, &next_update);
4199 &next_update);
4213 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) {
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c4085 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; local
4186 &this_update, &next_update);
4199 &next_update);
4213 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) {
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c4085 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; local
4186 &this_update, &next_update);
4199 &next_update);
4213 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) {

Completed in 288 milliseconds