OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:system_slot
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/net/
nss_context_chromeos.cc
99
void SetSystemSlot(crypto::ScopedPK11Slot
system_slot
,
101
db->SetSystemSlot(
system_slot
.Pass());
105
crypto::ScopedPK11Slot
system_slot
) {
107
base::Bind(&SetSystemSlot, base::Passed(&
system_slot
));
142
crypto::ScopedPK11Slot
system_slot
= crypto::GetSystemNSSKeySlot(callback);
local
143
if (
system_slot
)
144
callback.Run(
system_slot
.Pass());
/external/chromium_org/net/ssl/
client_cert_store_chromeos_unittest.cc
172
crypto::ScopedTestSystemNSSKeySlot
system_slot
;
local
212
crypto::ScopedTestSystemNSSKeySlot
system_slot
;
local
244
crypto::ScopedTestSystemNSSKeySlot
system_slot
;
local
293
crypto::ScopedTestSystemNSSKeySlot
system_slot
;
local
307
system_slot
.slot()));
Completed in 92 milliseconds