Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/storage/
Dtpm_storage.cpp54 return CF_EXPECT(GetHandle(key)).has_value(); in HasKey()
58 auto handle_optional = CF_EXPECT(GetHandle(key)); in Read()
115 auto handle_optional = CF_EXPECT(GetHandle(key)); in Write()
164 Result<std::optional<TPM2_HANDLE>> TpmStorage::GetHandle(const std::string& key) const { in GetHandle() function in cuttlefish::secure_env::TpmStorage
Dtpm_storage.h58 Result<std::optional<TPM2_HANDLE>> GetHandle(const std::string& key) const;