Home
last modified time | relevance | path

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

/external/chromium/crypto/
Dnss_util_internal.h19 PK11SlotInfo* GetPublicNSSKeySlot();
Dnss_util.cc278 PK11SlotInfo* GetPublicNSSKeySlot() { in GetPublicNSSKeySlot() function in crypto::__anon2d3fb69c0111::NSSInitSingleton
716 PK11SlotInfo* GetPublicNSSKeySlot() { in GetPublicNSSKeySlot() function
717 return g_nss_singleton.Get().GetPublicNSSKeySlot(); in GetPublicNSSKeySlot()
/external/chromium/net/base/
Dcert_database_nss.cc114 CryptoModule::CreateFromHandle(crypto::GetPublicNSSKeySlot()); in GetPublicModule()