Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/storage/
Dtpm_storage.cpp30 static constexpr char kKey[] = "key"; variable
166 CF_EXPECT(entry.isMember(kKey), "Index was corrupted"); in GetHandle()
167 if (entry[kKey] != key) { in GetHandle()
217 entry[kKey] = key; in Allocate()