HomeSort by relevance Sort by last modified time
    Searched full:private_slot_ (Results 1 - 1 of 1) sorted by null

  /external/libchrome/crypto/
nss_util.cc 240 if (private_slot_)
241 return ScopedPK11Slot(PK11_ReferenceSlot(private_slot_.get()));
248 DCHECK(!private_slot_);
249 private_slot_ = std::move(private_slot);
256 (*i).Run(ScopedPK11Slot(PK11_ReferenceSlot(private_slot_.get())));
270 ScopedPK11Slot private_slot_; member in class:crypto::__anon15921::ChromeOSUserData
    [all...]

Completed in 418 milliseconds