Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/crypto/
H A Dscoped_test_system_nss_key_slot.cc16 SetSystemKeySlotForTesting( in ScopedTestSystemNSSKeySlot()
21 SetSystemKeySlotForTesting(ScopedPK11Slot()); in ~ScopedTestSystemNSSKeySlot()
H A Dnss_util.cc566 void SetSystemKeySlotForTesting(ScopedPK11Slot slot) { in SetSystemKeySlotForTesting() function in crypto::__anon1d0ef6600111::NSSInitSingleton
820 void SetSystemKeySlotForTesting(ScopedPK11Slot slot) { in SetSystemKeySlotForTesting() function
821 g_nss_singleton.Get().SetSystemKeySlotForTesting(std::move(slot)); in SetSystemKeySlotForTesting()
H A Dnss_util_internal.h64 CRYPTO_EXPORT void SetSystemKeySlotForTesting(ScopedPK11Slot slot);