Home
last modified time | relevance | path

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

12345678910

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/internal/
H A Drevocation_util_unittest.cc23 base::Time this_update = now - base::TimeDelta::FromHours(1); in TEST() local
30 base::Time next_update = this_update + base::TimeDelta::FromDays(7); in TEST()
40 base::Time this_update = now + base::TimeDelta::FromHours(1); in TEST() local
47 base::Time next_update = this_update + base::TimeDelta::FromDays(7); in TEST()
57 base::Time this_update = now - base::TimeDelta::FromDays(6); in TEST() local
74 base::Time this_update = now - base::TimeDelta::FromDays(1); in TEST() local
81 base::Time next_update = this_update - base::TimeDelta::FromDays(1); in TEST()
91 base::Time this_update = now - kOneWeek; in TEST() local
118 base::Time this_update = now - base::TimeDelta::FromHours(1); in TEST() local
125 base::Time next_update = this_update + kOneWeek; in TEST()
[all …]
H A Drevocation_util.cc13 bool CheckRevocationDateValid(const der::GeneralizedTime& this_update, in CheckRevocationDateValid() argument
21 if (this_update > verify_time_der) in CheckRevocationDateValid()
32 if (this_update < earliest_this_update) in CheckRevocationDateValid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/internal/
H A Drevocation_util_unittest.cc22 base::Time this_update = now - base::TimeDelta::FromHours(1); in TEST() local
29 base::Time next_update = this_update + base::TimeDelta::FromDays(7); in TEST()
39 base::Time this_update = now + base::TimeDelta::FromHours(1); in TEST() local
46 base::Time next_update = this_update + base::TimeDelta::FromDays(7); in TEST()
56 base::Time this_update = now - base::TimeDelta::FromDays(6); in TEST() local
73 base::Time this_update = now - base::TimeDelta::FromDays(1); in TEST() local
80 base::Time next_update = this_update - base::TimeDelta::FromDays(1); in TEST()
90 base::Time this_update = now - kOneWeek; in TEST() local
117 base::Time this_update = now - base::TimeDelta::FromHours(1); in TEST() local
124 base::Time next_update = this_update + kOneWeek; in TEST()
[all …]
H A Drevocation_util.cc13 bool CheckRevocationDateValid(const der::GeneralizedTime& this_update, in CheckRevocationDateValid() argument
21 if (this_update > verify_time_der) in CheckRevocationDateValid()
32 if (this_update < earliest_this_update) in CheckRevocationDateValid()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-ocsp-cache.c30 ASN1_GENERALIZEDTIME *this_update, *next_update; member
74 ASN1_GENERALIZEDTIME *this_update, in update_entry() argument
79 REPLACE_ASN1_TIME (entry->this_update, this_update); in update_entry()
107 ASN1_GENERALIZEDTIME *this_update, in _mongoc_ocsp_cache_set_resp() argument
118 update_entry (entry, cert_status, reason, this_update, next_update); in _mongoc_ocsp_cache_set_resp()
120 update_entry (entry, cert_status, reason, this_update, next_update); in _mongoc_ocsp_cache_set_resp()
143 ASN1_GENERALIZEDTIME_free (entry->this_update); in cache_entry_destroy()
151 ASN1_GENERALIZEDTIME **this_update, in _mongoc_ocsp_cache_get_status() argument
163 if (entry->this_update && entry->next_update && in _mongoc_ocsp_cache_get_status()
172 BSON_ASSERT_PARAM (this_update); in _mongoc_ocsp_cache_get_status()
[all …]
/dports/security/py-cryptography/cryptography-3.3.2/tests/x509/
H A Dtest_ocsp.py415 this_update,
437 this_update,
459 this_update,
475 assert resp.this_update == this_update
496 this_update,
505 assert resp.this_update == this_update
549 this_update,
558 assert resp.this_update == this_update
588 assert resp.this_update == this_update
1099 assert resp.this_update == this_update
[all …]
/dports/security/gnutls/gnutls-3.6.16/tests/
H A Dcrl-basic.c94 time_t this_update; member
106 .this_update = 1410599123,
114 .this_update = 1410598756,
122 .this_update = 1116359980,
130 .this_update = 1274996231,
252 if (ret != crl_list[i].this_update) { in doit()
/dports/net/routinator/routinator-0.10.2/cargo-crates/rpki-0.12.2/src/repository/
H A Dcrl.rs205 this_update: Time, field
227 this_update: Time, in new()
236 this_update, in new()
289 pub fn this_update(&self) -> Time { in this_update() method
290 self.this_update in this_update()
294 pub fn set_this_update(&mut self, this_update: Time) { in set_this_update()
295 self.this_update = this_update in set_this_update()
363 let this_update = Time::take_from(cons)?; in take_from() localVariable
401 this_update, in take_from()
438 self.this_update.encode_varied(), in encode_ref()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/rpki-0.13.1-rc2/src/repository/
H A Dcrl.rs205 this_update: Time, field
227 this_update: Time, in new()
236 this_update, in new()
289 pub fn this_update(&self) -> Time { in this_update() method
290 self.this_update in this_update()
294 pub fn set_this_update(&mut self, this_update: Time) { in set_this_update()
295 self.this_update = this_update in set_this_update()
363 let this_update = Time::take_from(cons)?; in take_from() localVariable
401 this_update, in take_from()
438 self.this_update.encode_varied(), in encode_ref()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-0.10.38/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/openssl-0.10.36/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/openssl-0.10.32/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/openssl-0.10.32/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/openssl-0.10.36/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-0.10.38/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/www/castor/castor-0.8.16/cargo-crates/openssl-0.10.30/src/
H A Docsp.rs116 pub this_update: &'a Asn1GeneralizedTimeRef, field
132 self.this_update.as_ptr(), in check_validity()
178 let mut this_update = ptr::null_mut(); in find_status() localVariable
187 &mut this_update, in find_status()
201 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/openssl-0.10.38/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/openssl-0.10.32/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/net/routinator/routinator-0.10.2/cargo-crates/openssl-0.10.35/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/openssl-0.10.36/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/www/rearx/rearx-0.1.4/cargo-crates/openssl-0.10.32/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-0.10.30/src/
H A Docsp.rs116 pub this_update: &'a Asn1GeneralizedTimeRef, field
132 self.this_update.as_ptr(), in check_validity()
178 let mut this_update = ptr::null_mut(); in find_status() localVariable
187 &mut this_update, in find_status()
201 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-0.10.36/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-0.10.33/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/openssl-0.10.38/src/
H A Docsp.rs117 pub this_update: &'a Asn1GeneralizedTimeRef, field
133 self.this_update.as_ptr(), in check_validity()
179 let mut this_update = ptr::null_mut(); in find_status() localVariable
188 &mut this_update, in find_status()
198 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()

12345678910