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

  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/
enterprise_platform_keys_apitest_nss.cc 269 test_system_slot_.reset(new crypto::ScopedTestSystemNSSKeySlot());
270 ASSERT_TRUE(test_system_slot_->ConstructedSuccessfully());
276 test_system_slot_->slot());
283 test_system_slot_.reset();
318 scoped_ptr<crypto::ScopedTestSystemNSSKeySlot> test_system_slot_; member in class:__anon8324::EnterprisePlatformKeysTest
  /external/chromium_org/crypto/
nss_util.cc 390 if (!chaps_module_ && test_system_slot_) {
393 tpm_slot_.reset(PK11_ReferenceSlot(test_system_slot_.get()));
579 // Ensure that a previous value of test_system_slot_ is not overwritten.
581 DCHECK(!slot || !test_system_slot_);
582 test_system_slot_ = slot.Pass();
583 if (test_system_slot_) {
584 tpm_slot_.reset(PK11_ReferenceSlot(test_system_slot_.get()));
856 ScopedPK11Slot test_system_slot_; member in class:crypto::__anon12571::NSSInitSingleton
    [all...]

Completed in 70 milliseconds