Home
last modified time | relevance | path

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

/system/security/keystore/
Dgrant_store.cpp46 KeyBlobEntry blobEntry = *lockedEntry; in put() local
47 s << blobEntry.alias() << kKeystoreGrantInfix; in put()
54 [&](const Grant& entry) { return success = entry.entry_ == blobEntry; }); in put()
56 std::tie(iterator, success) = uid_grant_list.emplace(blobEntry, std::rand()); in put()