Searched refs:valid_start (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/net/cert/
H A Dx509_util.cc24 bool a_is_valid = now_ >= a->valid_start() && now_ <= a->valid_expiry();
25 bool b_is_valid = now_ >= b->valid_start() && now_ <= b->valid_expiry();
36 if (a->valid_start() != b->valid_start())
37 return a->valid_start() > b->valid_start();
H A Dx509_certificate_unittest.cc39 // For valid_start, valid_expiry
184 const Time& valid_start = google_cert->valid_start(); local
185 EXPECT_EQ(valid_from, valid_start.ToDoubleT());
241 const Time& valid_start = webkit_cert->valid_start(); local
242 EXPECT_EQ(1205883319, valid_start.ToDoubleT()); // Mar 18 23:35:19 2008 GMT
296 const Time& valid_start = thawte_cert->valid_start(); local
297 EXPECT_EQ(1227052800, valid_start
[all...]
H A Dx509_certificate.h210 // certificate is invalid before the |valid_start| date and invalid after
214 const base::Time& valid_start() const { return valid_start_; } function in class:net::X509Certificate
H A Dcert_verify_proc.cc133 cert->valid_start() >= kBaselineEffectiveDate &&
/external/chromium_org/chromeos/network/
H A Dclient_cert_util.cc186 if (!latest.get() || (*iter)->valid_start() > latest->valid_start())
/external/chromium/net/base/
H A Dx509_certificate_unittest.cc48 // For valid_start, valid_expiry
213 const Time& valid_start = google_cert->valid_start(); local
214 EXPECT_EQ(valid_from, valid_start.ToDoubleT());
279 const Time& valid_start = webkit_cert->valid_start(); local
280 EXPECT_EQ(1205883319, valid_start.ToDoubleT()); // Mar 18 23:35:19 2008 GMT
342 const Time& valid_start = thawte_cert->valid_start(); local
343 EXPECT_EQ(1227052800, valid_start
[all...]
H A Dx509_certificate.h212 // certificate is invalid before the |valid_start| date and invalid after
216 const base::Time& valid_start() const { return valid_start_; } function in class:net::X509Certificate
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_policy_observer_unittest.cc208 base::Time valid_start = base::Time::Now() - base::TimeDelta::FromDays(90); local
232 valid_start,
/external/chromium_org/chrome/browser/net/
H A Dsqlite_server_bound_cert_store.cc373 update_creation_smt.BindInt64(0, cert->valid_start().ToInternalValue());
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_tcp_socket.cc336 new base::FundamentalValue(cert.valid_start().ToDoubleT()));
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
H A DbackportPP.pm688 my $valid_start = defined $ch; # Is there a first character for JSON structure?
694 decode_error("malformed JSON string, neither array, object, number, string or atom") unless $valid_start;
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
H A DbackportPP.pm688 my $valid_start = defined $ch; # Is there a first character for JSON structure?
694 decode_error("malformed JSON string, neither array, object, number, string or atom") unless $valid_start;
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
H A DbackportPP.pm688 my $valid_start = defined $ch; # Is there a first character for JSON structure?
694 decode_error("malformed JSON string, neither array, object, number, string or atom") unless $valid_start;

Completed in 223 milliseconds