Home
last modified time | relevance | path

Searched refs:SetSystemKeySlotForTesting (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/crypto/
Dscoped_test_system_nss_key_slot.cc16 SetSystemKeySlotForTesting( in ScopedTestSystemNSSKeySlot()
21 SetSystemKeySlotForTesting(ScopedPK11Slot()); in ~ScopedTestSystemNSSKeySlot()
Dnss_util_internal.h62 CRYPTO_EXPORT void SetSystemKeySlotForTesting(ScopedPK11Slot slot);
Dnss_util.cc623 void SetSystemKeySlotForTesting(ScopedPK11Slot slot) { in SetSystemKeySlotForTesting() function in crypto::__anon4fa094c90111::NSSInitSingleton
953 void SetSystemKeySlotForTesting(ScopedPK11Slot slot) { in SetSystemKeySlotForTesting() function
954 g_nss_singleton.Get().SetSystemKeySlotForTesting(std::move(slot)); in SetSystemKeySlotForTesting()