Searched refs:public_slot_ (Results 1 – 5 of 5) sorted by relevance
40 public_slot_.reset(other.public_slot_ ? in NSSProfileFilterChromeOS()41 PK11_ReferenceSlot(other.public_slot_.get()) : in NSSProfileFilterChromeOS()54 public_slot_.reset(other.public_slot_ ? in operator =()55 PK11_ReferenceSlot(other.public_slot_.get()) : in operator =()73 if (public_slot_.get() != public_slot.get()) in Init()74 public_slot_ = public_slot.Pass(); in Init()84 if (slot == public_slot_.get() || slot == private_slot_.get() || in IsModuleAllowed()96 if (!public_slot_.get() || !private_slot_.get()) in IsModuleAllowed()106 if (module_for_slot != PK11_GetModule(public_slot_.get()) && in IsModuleAllowed()
66 crypto::ScopedPK11Slot public_slot_;
83 : public_slot_(public_slot.Pass()), in NSSCertDatabase()87 CHECK(public_slot_); in NSSCertDatabase()139 return crypto::ScopedPK11Slot(PK11_ReferenceSlot(public_slot_.get())); in GetPublicSlot()
294 crypto::ScopedPK11Slot public_slot_; variable
216 : public_slot_(public_slot.Pass()), in ChromeOSUserData()219 if (public_slot_) { in ~ChromeOSUserData()220 SECStatus status = SECMOD_CloseUserDB(public_slot_.get()); in ~ChromeOSUserData()228 public_slot_ ? PK11_ReferenceSlot(public_slot_.get()) : NULL); in GetPublicSlot()262 ScopedPK11Slot public_slot_; member in crypto::__anon941d21970111::ChromeOSUserData