OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thawte_cert
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/base/
x509_certificate_unittest.cc
312
scoped_refptr<X509Certificate>
thawte_cert
(X509Certificate::CreateFromBytes(
315
ASSERT_NE(static_cast<X509Certificate*>(NULL),
thawte_cert
);
local
317
const CertPrincipal& subject =
thawte_cert
->subject();
328
const CertPrincipal& issuer =
thawte_cert
->issuer();
342
const Time& valid_start =
thawte_cert
->valid_start();
345
const Time& valid_expiry =
thawte_cert
->valid_expiry();
348
const SHA1Fingerprint& fingerprint =
thawte_cert
->fingerprint();
353
thawte_cert
->GetDNSNames(&dns_names);
362
EXPECT_EQ(OK,
thawte_cert
->Verify("www.thawte.com", flags, &verify_result));
367
EXPECT_EQ(OK,
thawte_cert
->Verify("www.thawte.com", flags, &verify_result))
[
all
...]
cert_database_nss_unittest.cc
453
scoped_refptr<X509Certificate>
thawte_cert
(cert_list[1]);
455
EXPECT_EQ("Thawte SGC CA",
thawte_cert
->subject().common_name);
/external/chromium_org/net/cert/
x509_certificate_unittest.cc
202
scoped_refptr<X509Certificate>
thawte_cert
(X509Certificate::CreateFromBytes(
205
ASSERT_NE(static_cast<X509Certificate*>(NULL),
thawte_cert
);
local
207
const CertPrincipal& subject =
thawte_cert
->subject();
218
const CertPrincipal& issuer =
thawte_cert
->issuer();
232
const Time& valid_start =
thawte_cert
->valid_start();
235
const Time& valid_expiry =
thawte_cert
->valid_expiry();
238
const SHA1HashValue& fingerprint =
thawte_cert
->fingerprint();
243
thawte_cert
->GetDNSNames(&dns_names);
656
scoped_refptr<X509Certificate>
thawte_cert
(
672
intermediates2.push_back(
thawte_cert
->os_cert_handle())
[
all
...]
nss_cert_database_unittest.cc
538
scoped_refptr<X509Certificate>
thawte_cert
(cert_list[1]);
540
EXPECT_EQ("Thawte SGC CA",
thawte_cert
->subject().common_name);
[
all
...]
Completed in 3632 milliseconds