OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrustEntry
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/base/
test_root_certs_nss.cc
16
//
TrustEntry
is used to store the original CERTCertificate and CERTCertTrust
19
class TestRootCerts::
TrustEntry
{
21
// Creates a new
TrustEntry
by incrementing the reference to |certificate|
23
TrustEntry
(CERTCertificate* certificate, CERTCertTrust trust);
24
~
TrustEntry
();
37
DISALLOW_COPY_AND_ASSIGN(
TrustEntry
);
40
TestRootCerts::
TrustEntry
::
TrustEntry
(CERTCertificate* certificate,
46
TestRootCerts::
TrustEntry
::~
TrustEntry
() {
[
all
...]
test_root_certs.h
89
class
TrustEntry
;
90
std::list<
TrustEntry
*> trust_cache_;
/external/chromium_org/net/cert/
test_root_certs_nss.cc
20
//
TrustEntry
is used to store the original CERTCertificate and CERTCertTrust
23
class TestRootCerts::
TrustEntry
{
25
// Creates a new
TrustEntry
by incrementing the reference to |certificate|
27
TrustEntry
(CERTCertificate* certificate, const CERTCertTrust& trust);
28
~
TrustEntry
();
41
DISALLOW_COPY_AND_ASSIGN(
TrustEntry
);
44
TestRootCerts::
TrustEntry
::
TrustEntry
(CERTCertificate* certificate,
50
TestRootCerts::
TrustEntry
::~
TrustEntry
() {
[
all
...]
test_root_certs.h
94
class
TrustEntry
;
95
std::list<
TrustEntry
*> trust_cache_;
Completed in 81 milliseconds