OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:os_module_handle
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/base/
crypto_module.h
32
OSModuleHandle
os_module_handle
() const { return module_handle_; }
function in class:net::CryptoModule
cert_database_nss_unittest.cc
118
EXPECT_EQ(0U, ListCertsInSlot(slot_->
os_module_handle
()).size());
122
ASSERT_TRUE(slot_->
os_module_handle
());
124
EXPECT_TRUE(CleanupSlotContents(slot_->
os_module_handle
()));
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
...]
cert_database_nss.cc
117
PK11_FreeSlot(module->
os_module_handle
());
127
PK11_FreeSlot(module->
os_module_handle
());
160
int result = psm::nsPKCS12Blob_Import(module->
os_module_handle
(),
/external/chromium/chrome/browser/ui/
crypto_module_password_dialog_nss.cc
22
return (PK11_NeedLogin(module->
os_module_handle
()) &&
23
!PK11_IsLoggedIn(module->
os_module_handle
(), NULL /* wincx */));
107
SECStatus rv = PK11_CheckUserPassword(modules_[current_]->
os_module_handle
(),
Completed in 726 milliseconds