Home
last modified time | relevance | path

Searched refs:blobentry (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore/
DKeyStore.cpp129 auto blobentry = getBlobEntryIfExists(alias, uid); in getLockedBlobEntryIfExists() local
130 if (!blobentry) return {}; in getLockedBlobEntryIfExists()
131 LockedKeyBlobEntry lockedentry = LockedKeyBlobEntry::get(std::move(*blobentry)); in getLockedBlobEntryIfExists()