OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ListCertsInSlot
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/base/
cert_database_nss_unittest.cc
48
CertificateList
ListCertsInSlot
(PK11SlotInfo* slot) {
70
CertificateList certs =
ListCertsInSlot
(slot);
118
EXPECT_EQ(0U,
ListCertsInSlot
(slot_->os_module_handle()).size());
125
EXPECT_EQ(0U,
ListCertsInSlot
(slot_->os_module_handle()).size());
161
EXPECT_EQ(0U,
ListCertsInSlot
(slot_->os_module_handle()).size());
171
CertificateList cert_list =
ListCertsInSlot
(slot_->os_module_handle());
202
CertificateList cert_list =
ListCertsInSlot
(slot_->os_module_handle());
234
CertificateList cert_list =
ListCertsInSlot
(slot_->os_module_handle());
265
CertificateList cert_list =
ListCertsInSlot
(slot_->os_module_handle());
300
EXPECT_EQ(0U,
ListCertsInSlot
(slot_->os_module_handle()).size())
[
all
...]
/external/chromium_org/net/cert/
nss_cert_database_unittest.cc
50
EXPECT_EQ(0U,
ListCertsInSlot
(slot_->os_module_handle()).size());
64
EXPECT_EQ(0U,
ListCertsInSlot
(slot_->os_module_handle()).size());
86
static CertificateList
ListCertsInSlot
(PK11SlotInfo* slot) {
109
CertificateList certs =
ListCertsInSlot
(slot_->os_module_handle());
149
EXPECT_EQ(0U,
ListCertsInSlot
(slot_->os_module_handle()).size());
162
CertificateList cert_list =
ListCertsInSlot
(slot_->os_module_handle());
186
EXPECT_EQ(1U,
ListCertsInSlot
(slot_->os_module_handle()).size());
196
EXPECT_EQ(1U,
ListCertsInSlot
(slot_->os_module_handle()).size());
209
CertificateList cert_list =
ListCertsInSlot
(slot_->os_module_handle());
232
CertificateList cert_list =
ListCertsInSlot
(slot_->os_module_handle())
[
all
...]
/external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl_unittest.cc
69
EXPECT_EQ(0ul,
ListCertsInSlot
().size());
74
EXPECT_EQ(0ul,
ListCertsInSlot
().size());
101
result_list_ =
ListCertsInSlot
();
136
net::CertificateList
ListCertsInSlot
() {
154
net::CertificateList certs =
ListCertsInSlot
();
Completed in 546 milliseconds