Home
last modified time | relevance | path

Searched defs:secure_hals (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dsecure_env.cpp66 const auto& secure_hals = CF_EXPECT(config.secure_hals()); in SecureEnv() local
/device/google/cuttlefish/host/libs/config/
Dsecure_hals.cpp75 Result<void> ValidateSecureHals(const std::set<SecureHal>& secure_hals) { in ValidateSecureHals()
Dcuttlefish_config.cpp133 Result<std::set<SecureHal>> CuttlefishConfig::secure_hals() const { in secure_hals() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dbootconfig_args.cpp194 const auto& secure_hals = CF_EXPECT(config.secure_hals()); in BootconfigArgsFromConfig() local
Dflags.cc1168 auto secure_hals = CF_EXPECT(ParseSecureHals(FLAGS_secure_hals)); in InitializeCuttlefishConfiguration() local