Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/storage/
Dtpm_storage.cpp113 CF_EXPECT(Allocate(key, data.size)); in Write()
176 Result<void> TpmStorage::Allocate(const std::string& key, uint16_t size) { in Allocate() function in cuttlefish::secure_env::TpmStorage
Dtpm_storage.h60 Result<void> Allocate(const std::string& key, uint16_t size);
/device/google/cuttlefish/host/commands/secure_env/
Dgatekeeper_storage.h37 virtual bool Allocate(const Json::Value& key, uint16_t size) = 0;