HomeSort by relevance Sort by last modified time
    Searched refs:GetPublicNSSKeySlot (Results 1 - 7 of 7) sorted by null

  /external/chromium/crypto/
nss_util_internal.h 19 PK11SlotInfo* GetPublicNSSKeySlot();
nss_util.cc 278 PK11SlotInfo* GetPublicNSSKeySlot() {
716 PK11SlotInfo* GetPublicNSSKeySlot() {
717 return g_nss_singleton.Get().GetPublicNSSKeySlot();
  /external/chromium_org/chrome/browser/net/
nss_context_linux.cc 13 return crypto::ScopedPK11Slot(crypto::GetPublicNSSKeySlot());
  /external/chromium_org/crypto/
nss_util_internal.h 27 CRYPTO_EXPORT PK11SlotInfo* GetPublicNSSKeySlot() WARN_UNUSED_RESULT;
nss_util.cc 417 DVLOG(2) << "Primary user, using GetPublicNSSKeySlot()";
418 public_slot.reset(GetPublicNSSKeySlot());
508 PK11SlotInfo* GetPublicNSSKeySlot() {
    [all...]
  /external/chromium/net/base/
cert_database_nss.cc 114 CryptoModule::CreateFromHandle(crypto::GetPublicNSSKeySlot());
116 // GetPublicNSSKeySlot, so we need to deref it once.
  /external/chromium_org/net/cert/
nss_cert_database.cc 74 return crypto::ScopedPK11Slot(crypto::GetPublicNSSKeySlot());

Completed in 52 milliseconds