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

/external/libchrome/crypto/
H A Dscoped_test_system_nss_key_slot.cc16 SetSystemKeySlotForTesting(
21 SetSystemKeySlotForTesting(ScopedPK11Slot());
H A Dnss_util_internal.h62 CRYPTO_EXPORT void SetSystemKeySlotForTesting(ScopedPK11Slot slot);
H A Dnss_util.cc619 void SetSystemKeySlotForTesting(ScopedPK11Slot slot) { function in class:crypto::__anon9382::NSSInitSingleton
951 void SetSystemKeySlotForTesting(ScopedPK11Slot slot) { function in namespace:crypto
952 g_nss_singleton.Get().SetSystemKeySlotForTesting(std::move(slot));

Completed in 118 milliseconds