Home
last modified time | relevance | path

Searched defs:LockedKeyBlobEntry (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore/
Dblob.h96 class LockedKeyBlobEntry; variable
105 friend LockedKeyBlobEntry; variable
247 LockedKeyBlobEntry(const KeyBlobEntry& entry) : entry_(&entry) {} in LockedKeyBlobEntry() function
254 LockedKeyBlobEntry() : entry_(nullptr){}; in LockedKeyBlobEntry() function
256 LockedKeyBlobEntry(LockedKeyBlobEntry&& rhs) : entry_(rhs.entry_) { rhs.entry_ = nullptr; } in LockedKeyBlobEntry() function