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

  /external/libchrome/crypto/
scoped_test_system_nss_key_slot.cc 17 ScopedPK11Slot(PK11_ReferenceSlot(test_db_->slot())));
21 SetSystemKeySlotForTesting(ScopedPK11Slot());
nss_util_internal.h 28 CRYPTO_EXPORT ScopedPK11Slot OpenSoftwareNSSDB(const base::FilePath& path,
53 CRYPTO_EXPORT ScopedPK11Slot GetSystemNSSKeySlot(
54 const base::Callback<void(ScopedPK11Slot)>& callback) WARN_UNUSED_RESULT;
62 CRYPTO_EXPORT void SetSystemKeySlotForTesting(ScopedPK11Slot slot);
95 CRYPTO_EXPORT ScopedPK11Slot GetPublicSlotForChromeOSUser(
101 CRYPTO_EXPORT ScopedPK11Slot GetPrivateSlotForChromeOSUser(
103 const base::Callback<void(ScopedPK11Slot)>& callback) WARN_UNUSED_RESULT;
scoped_test_nss_db.h 28 ScopedPK11Slot slot_;
nss_crypto_module_delegate.h 48 virtual ScopedPK11Slot RequestSlot() = 0;
nss_util.cc 223 explicit ChromeOSUserData(ScopedPK11Slot public_slot)
234 ScopedPK11Slot GetPublicSlot() {
235 return ScopedPK11Slot(
239 ScopedPK11Slot GetPrivateSlot(
240 const base::Callback<void(ScopedPK11Slot)>& callback) {
242 return ScopedPK11Slot(PK11_ReferenceSlot(private_slot_.get()));
245 return ScopedPK11Slot();
248 void SetPrivateSlot(ScopedPK11Slot private_slot) {
257 (*i).Run(ScopedPK11Slot(PK11_ReferenceSlot(private_slot_.get())));
270 ScopedPK11Slot public_slot_
    [all...]
symmetric_key_nss.cc 32 ScopedPK11Slot slot(PK11_GetInternalSlot());
85 ScopedPK11Slot slot(PK11_GetInternalSlot());
119 ScopedPK11Slot slot(PK11_GetInternalSlot());
scoped_nss_types.h 37 ScopedPK11Slot;
rsa_private_key_nss.cc 55 ScopedPK11Slot slot(PK11_GetInternalSlot());
79 ScopedPK11Slot slot(PK11_GetInternalSlot());
hmac_nss.cc 20 ScopedPK11Slot slot_;
nss_key_util_unittest.cc 31 ScopedPK11Slot internal_slot_;

Completed in 2619 milliseconds