Searched refs:GetHandle (Results 1 – 2 of 2) sorted by relevance
54 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
58 Result<std::optional<TPM2_HANDLE>> GetHandle(const std::string& key) const;