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

  /external/chromium/crypto/
nss_util.cc 264 test_slot_ = OpenUserDB(path, description);
265 return !!test_slot_;
269 if (test_slot_) {
270 SECStatus status = SECMOD_CloseUserDB(test_slot_);
273 PK11_FreeSlot(test_slot_);
274 test_slot_ = NULL;
279 if (test_slot_)
280 return PK11_ReferenceSlot(test_slot_);
287 if (test_slot_)
288 return PK11_ReferenceSlot(test_slot_);
556 PK11SlotInfo* test_slot_; member in class:crypto::__anon5302::NSSInitSingleton
    [all...]
  /external/chromium_org/crypto/
nss_util.cc 312 if (test_slot_)
316 test_slot_ = OpenUserDB(g_test_nss_db_dir.Get().path(), kTestTPMTokenName);
317 return !!test_slot_;
321 if (!test_slot_)
323 SECStatus status = SECMOD_CloseUserDB(test_slot_);
326 PK11_FreeSlot(test_slot_);
327 test_slot_ = NULL;
332 if (test_slot_)
333 return PK11_ReferenceSlot(test_slot_);
340 if (test_slot_)
579 PK11SlotInfo* test_slot_; member in class:crypto::__anon10572::NSSInitSingleton
    [all...]

Completed in 72 milliseconds