Searched refs:system_slot (Results 1 – 9 of 9) sorted by relevance
17 typedef base::Callback<void(crypto::ScopedPK11Slot system_slot,25 crypto::ScopedPK11Slot system_slot) { in GetPrivateSlotAndCallBack() argument27 base::Bind(callback, base::Passed(&system_slot)); in GetPrivateSlotAndCallBack()39 crypto::ScopedPK11Slot system_slot(crypto::GetSystemNSSKeySlot( in GetSystemAndPrivateSlot() local41 if (system_slot) in GetSystemAndPrivateSlot()42 GetPrivateSlotAndCallBack(username_hash, callback, system_slot.Pass()); in GetSystemAndPrivateSlot()104 crypto::ScopedPK11Slot system_slot, in DidGetSystemAndPrivateSlot() argument108 system_slot.Pass()); in DidGetSystemAndPrivateSlot()
172 crypto::ScopedTestSystemNSSKeySlot system_slot; in TEST_F() local212 crypto::ScopedTestSystemNSSKeySlot system_slot; in TEST_F() local244 crypto::ScopedTestSystemNSSKeySlot system_slot; in TEST_F() local293 crypto::ScopedTestSystemNSSKeySlot system_slot; in TEST_F() local307 system_slot.slot())); in TEST_F()
43 crypto::ScopedPK11Slot system_slot,
99 void SetSystemSlot(crypto::ScopedPK11Slot system_slot, in SetSystemSlot() argument101 db->SetSystemSlot(system_slot.Pass()); in SetSystemSlot()105 crypto::ScopedPK11Slot system_slot) { in SetSystemSlotOfDBForResourceContext() argument107 base::Bind(&SetSystemSlot, base::Passed(&system_slot)); in SetSystemSlotOfDBForResourceContext()142 crypto::ScopedPK11Slot system_slot = crypto::GetSystemNSSKeySlot(callback); in EnableNSSSystemKeySlotForResourceContext() local143 if (system_slot) in EnableNSSSystemKeySlotForResourceContext()144 callback.Run(system_slot.Pass()); in EnableNSSSystemKeySlotForResourceContext()
67 crypto::ScopedPK11Slot system_slot) { in Init() argument77 if (system_slot_.get() != system_slot.get()) in Init()78 system_slot_ = system_slot.Pass(); in Init()
35 crypto::ScopedPK11Slot system_slot) { in SetSystemSlot() argument36 system_slot_ = system_slot.Pass(); in SetSystemSlot()
25 void SetSystemSlot(crypto::ScopedPK11Slot system_slot);
40 crypto::ScopedPK11Slot system_slot);
159 crypto::ScopedPK11Slot system_slot(get_system_slot()); in TEST_F() local193 PK11_ImportCert(system_slot.get(), in TEST_F()