Home | History | Annotate | Download | only in crypto

Lines Matching refs:test_slot_

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_);
328 test_slot_(NULL),
556 PK11SlotInfo* test_slot_;