Searched refs:this_update (Results 1 – 8 of 8) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | ocsp.rs | 118 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/ |
D | x509_crl.c | 432 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()
|
D | x509_crt.c | 1957 if (mbedtls_x509_time_is_future(&crl_list->this_update)) { in x509_crt_verifycrl()
|
/third_party/mbedtls/include/mbedtls/ |
D | x509_crl.h | 87 mbedtls_x509_time this_update; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
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() 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/ |
D | tls_openssl.c | 4906 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()
|