Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dx509_crl.c421 if ((ret = mbedtls_x509_get_time(&p, end, &crl->this_update)) != 0) { in mbedtls_x509_crl_parse_der()
616 crl->this_update.year, crl->this_update.mon, in mbedtls_x509_crl_info()
617 crl->this_update.day, crl->this_update.hour, in mbedtls_x509_crl_info()
618 crl->this_update.min, crl->this_update.sec); in mbedtls_x509_crl_info()
H A Dx509_crt.c2097 if (mbedtls_x509_time_cmp(&crl_list->this_update, now) > 0) { in x509_crt_verifycrl()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Docsp.rs118 pub this_update: &'a Asn1GeneralizedTimeRef,
124 /// Checks validity of the `this_update` and `next_update` fields.
129 /// The `maxsec` parameter limits the maximum age of the `this_update` parameter to prohibit
135 self.this_update.as_ptr(), in check_validity()
183 let mut this_update = ptr::null_mut(); in find_status() variables
192 &mut this_update, in find_status()
202 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/third_party/mbedtls/include/mbedtls/
H A Dx509_crl.h87 mbedtls_x509_time this_update; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A 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/
H A 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/
H A 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/
H A Dtls_openssl.c4933 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local
5034 &this_update, &next_update); in ocsp_resp_cb()
5047 &produced_at, &this_update, in ocsp_resp_cb()
5062 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()

Completed in 38 milliseconds