Home
last modified time | relevance | path

Searched refs:system_slot (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/net/ssl/
Dclient_cert_store_chromeos.cc17 typedef base::Callback<void(crypto::ScopedPK11Slot system_slot,
25 crypto::ScopedPK11Slot system_slot) { in GetPrivateSlotAndCallBack() argument
27 base::Bind(callback, base::Passed(&system_slot)); in GetPrivateSlotAndCallBack()
39 crypto::ScopedPK11Slot system_slot(crypto::GetSystemNSSKeySlot( in GetSystemAndPrivateSlot() local
41 if (system_slot) in GetSystemAndPrivateSlot()
42 GetPrivateSlotAndCallBack(username_hash, callback, system_slot.Pass()); in GetSystemAndPrivateSlot()
104 crypto::ScopedPK11Slot system_slot, in DidGetSystemAndPrivateSlot() argument
108 system_slot.Pass()); in DidGetSystemAndPrivateSlot()
Dclient_cert_store_chromeos_unittest.cc172 crypto::ScopedTestSystemNSSKeySlot system_slot; in TEST_F() local
212 crypto::ScopedTestSystemNSSKeySlot system_slot; in TEST_F() local
244 crypto::ScopedTestSystemNSSKeySlot system_slot; in TEST_F() local
293 crypto::ScopedTestSystemNSSKeySlot system_slot; in TEST_F() local
307 system_slot.slot())); in TEST_F()
Dclient_cert_store_chromeos.h43 crypto::ScopedPK11Slot system_slot,
/external/chromium_org/chrome/browser/net/
Dnss_context_chromeos.cc99 void SetSystemSlot(crypto::ScopedPK11Slot system_slot, in SetSystemSlot() argument
101 db->SetSystemSlot(system_slot.Pass()); in SetSystemSlot()
105 crypto::ScopedPK11Slot system_slot) { in SetSystemSlotOfDBForResourceContext() argument
107 base::Bind(&SetSystemSlot, base::Passed(&system_slot)); in SetSystemSlotOfDBForResourceContext()
142 crypto::ScopedPK11Slot system_slot = crypto::GetSystemNSSKeySlot(callback); in EnableNSSSystemKeySlotForResourceContext() local
143 if (system_slot) in EnableNSSSystemKeySlotForResourceContext()
144 callback.Run(system_slot.Pass()); in EnableNSSSystemKeySlotForResourceContext()
/external/chromium_org/net/cert/
Dnss_profile_filter_chromeos.cc67 crypto::ScopedPK11Slot system_slot) { in Init() argument
77 if (system_slot_.get() != system_slot.get()) in Init()
78 system_slot_ = system_slot.Pass(); in Init()
Dnss_cert_database_chromeos.cc35 crypto::ScopedPK11Slot system_slot) { in SetSystemSlot() argument
36 system_slot_ = system_slot.Pass(); in SetSystemSlot()
Dnss_cert_database_chromeos.h25 void SetSystemSlot(crypto::ScopedPK11Slot system_slot);
Dnss_profile_filter_chromeos.h40 crypto::ScopedPK11Slot system_slot);
Dnss_profile_filter_chromeos_unittest.cc159 crypto::ScopedPK11Slot system_slot(get_system_slot()); in TEST_F() local
193 PK11_ImportCert(system_slot.get(), in TEST_F()