Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
Docsp.rs118 pub this_update: &'a Asn1GeneralizedTimeRef, field
135 self.this_update.as_ptr(), in check_validity()
183 let mut this_update = ptr::null_mut(); in find_status() localVariable
192 &mut this_update, in find_status()
202 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/third_party/mbedtls/library/
Dx509_crl.c432 if ((ret = mbedtls_x509_get_time(&p, end, &crl->this_update)) != 0) { in mbedtls_x509_crl_parse_der()
628 crl->this_update.year, crl->this_update.mon, in mbedtls_x509_crl_info()
629 crl->this_update.day, crl->this_update.hour, in mbedtls_x509_crl_info()
630 crl->this_update.min, crl->this_update.sec); in mbedtls_x509_crl_info()
Dx509_crt.c1957 if (mbedtls_x509_time_is_future(&crl_list->this_update)) { in x509_crt_verifycrl()
/third_party/mbedtls/include/mbedtls/
Dx509_crl.h87 mbedtls_x509_time this_update; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c4702 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local
4803 &this_update, &next_update); in ocsp_resp_cb()
4816 &produced_at, &this_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/
Dtls_openssl.c4906 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local
5007 &this_update, &next_update); in ocsp_resp_cb()
5020 &produced_at, &this_update, in ocsp_resp_cb()
5035 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()