Searched refs:next_update (Results 1 - 10 of 10) sorted by relevance
/third_party/mbedtls/library/ |
H A D | x509_crl.c | 426 if ((ret = mbedtls_x509_get_time(&p, end, &crl->next_update)) != 0) { in mbedtls_x509_crl_parse_der() 623 crl->next_update.year, crl->next_update.mon, in mbedtls_x509_crl_info() 624 crl->next_update.day, crl->next_update.hour, in mbedtls_x509_crl_info() 625 crl->next_update.min, crl->next_update.sec); in mbedtls_x509_crl_info()
|
H A D | x509_crt.c | 2093 if (mbedtls_x509_time_cmp(&crl_list->next_update, now) < 0) { in x509_crt_verifycrl()
|
/third_party/mbedtls/include/mbedtls/ |
H A D | x509_crl.h | 88 mbedtls_x509_time next_update; member
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ocsp.rs | 120 pub next_update: &'a Asn1GeneralizedTimeRef, 124 /// Checks validity of the `this_update` and `next_update` fields. 136 self.next_update.as_ptr(), in check_validity() 184 let mut next_update = ptr::null_mut(); in find_status() variables 193 &mut next_update, in find_status() 203 next_update: Asn1GeneralizedTimeRef::from_ptr(next_update), in find_status()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A 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() 1245 &next_update); in ocsp_resp_cb() 1262 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A 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() 1245 &next_update); in ocsp_resp_cb() 1262 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
|
/third_party/mbedtls/tests/scripts/ |
H A D | audit-validity-dates.py | 79 # CertificateRevocationList expires after "next_update" 82 self.not_valid_after = x509_obj.next_update
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl.c | 4702 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local 4803 &this_update, &next_update); in ocsp_resp_cb() 4817 &next_update); in ocsp_resp_cb() 4831 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_openssl.c | 4933 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local 5034 &this_update, &next_update); in ocsp_resp_cb() 5048 &next_update); in ocsp_resp_cb() 5062 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | mod.rs | 1866 pub fn next_update(&self) -> Option<&Asn1TimeRef> { in next_update() functions
|
Completed in 25 milliseconds