Home
last modified time | relevance | path

Searched defs:next_update (Results 1 – 25 of 27) sorted by relevance

12

/external/cronet/net/cert/pki/
Drevocation_util_unittest.cc33 int64_t next_update = this_update + kOneWeek; in TEST() local
50 int64_t next_update = this_update + kOneWeek; in TEST() local
67 int64_t next_update = now - kOneHour; in TEST() local
84 int64_t next_update = this_update - kOneDay; in TEST() local
101 int64_t next_update = now + kOneHour; in TEST() local
127 int64_t next_update = this_update + kOneWeek; in TEST() local
159 int64_t next_update = this_update + kOneWeek; in TEST() local
177 int64_t next_update = kMinValidTime + kOneWeek; in TEST() local
206 int64_t next_update = this_update + kOneWeek; in TEST() local
219 int64_t next_update = kMaxValidTime; in TEST() local
Drevocation_util.cc20 const der::GeneralizedTime* next_update, in CheckRevocationDateValid()
Dcrl.h123 absl::optional<der::GeneralizedTime> next_update; member
Docsp.h123 der::GeneralizedTime next_update; member
/external/cronet/net/test/
Drevocation_builder.h33 base::Time next_update; member
/external/python/cryptography/src/cryptography/x509/
Docsp.py128 next_update, argument
206 next_update, argument
428 def next_update(self): member in OCSPResponse
Dbase.py253 def next_update(self): member in CertificateRevocationList
714 next_update=None, argument
759 def next_update(self, next_update): argument
/external/rust/crates/x509-cert/src/
Dcrl.rs81 pub next_update: Option<Time>, field
/external/rust/crates/x509-parser/src/
Drevocation_list.rs73 pub fn next_update(&self) -> Option<ASN1Time> { in next_update() method
158 pub next_update: Option<ASN1Time>, field
/external/mbedtls/include/mbedtls/
Dx509_crl.h90 mbedtls_x509_time next_update; member
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dx509_crl.h81 mbedtls_x509_time next_update; member
/external/rust/crates/openssl/src/
Docsp.rs120 pub next_update: &'a Asn1GeneralizedTimeRef, field
184 let mut next_update = ptr::null_mut(); in find_status() localVariable
/external/rust/crates/x509-parser/tests/
Dreadcert.rs189 let next_update = tbs_cert_list.next_update.unwrap(); in test_crl_parse() localVariable
/external/perfetto/src/trace_processor/containers/
Dbit_vector.cc241 uint64_t next_update = update_ptr == update_ptr_end ? 0 : *update_ptr++; in UpdateSetBits() local
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Docsp.py302 def next_update(self): member in _OCSPResponse
Dx509.py279 def next_update(self): member in _CertificateRevocationList
/external/icing/icing/file/
Dfile-backed-vector_test.cc727 uint32_t next_update = 2; in TEST_F() local
766 uint32_t next_update = 2; in TEST_F() local
/external/libcups/scheduler/
Dprinters.h28 time_t next_update; /* Next update time */ member
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c1097 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c5066 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h27865 long unsigned int next_update; member
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h25011 long unsigned int next_update; member
Dvmlinux.h25011 long unsigned int next_update; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h22137 long unsigned int next_update; member
Dvmlinux_510.h22137 long unsigned int next_update; member

12