Searched refs:PK11_GetInternalKeySlot (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor_mac.h118 : NSS_Init(NULL), NSS_Shutdown(NULL), PK11_GetInternalKeySlot(NULL),
143 PK11SlotInfo* GetKeySlotForDB() const { return PK11_GetInternalKeySlot(); }
149 PK11GetInternalKeySlotFunc PK11_GetInternalKeySlot; member in class:NSSDecryptor
H A Dnss_decryptor_win.cc100 : NSS_Init(NULL), NSS_Shutdown(NULL), PK11_GetInternalKeySlot(NULL),
120 PK11_GetInternalKeySlot = (PK11GetInternalKeySlotFunc)
122 "PK11_GetInternalKeySlot");
137 PK11_GetInternalKeySlot == NULL || PK11_FreeSlot == NULL ||
168 PK11_GetInternalKeySlot = NULL;
H A Dnss_decryptor_win.h147 PK11SlotInfo* GetKeySlotForDB() const { return PK11_GetInternalKeySlot(); }
153 PK11GetInternalKeySlotFunc PK11_GetInternalKeySlot; member in class:NSSDecryptor
/external/chromium_org/content/child/webcrypto/nss/
H A Dutil_nss.cc72 crypto::ScopedPK11Slot slot(PK11_GetInternalKeySlot());
H A Dsym_key_nss.cc28 crypto::ScopedPK11Slot slot(PK11_GetInternalKeySlot());
H A Drsa_key_nss.cc538 crypto::ScopedPK11Slot slot(PK11_GetInternalKeySlot());
/external/chromium_org/net/cert/
H A Dnss_profile_filter_chromeos_unittest.cc131 crypto::ScopedPK11Slot internal_key_slot(PK11_GetInternalKeySlot());
/external/chromium_org/crypto/
H A Dnss_util.cc600 return PK11_GetInternalKeySlot();
731 PK11SlotInfo* slot = PK11_GetInternalKeySlot();
/external/chromium_org/content/child/webcrypto/test/
H A Dtest_helpers.cc100 crypto::ScopedPK11Slot slot(PK11_GetInternalKeySlot());

Completed in 157 milliseconds