Searched refs:tpm_device (Results 1 – 7 of 7) sorted by relevance
96 name: "tpm_device.policy_at_x86_64",97 src: "etc/seccomp/tpm_device.policy",98 filename: "tpm_device.policy",
96 name: "tpm_device.policy_at_aarch64",97 src: "etc/seccomp/tpm_device.policy",98 filename: "tpm_device.policy",
149 tpm_device.policy \170 tpm_device.policy \
169 void set_tpm_device(const std::string& tpm_device);170 std::string tpm_device() const;
383 std::string CuttlefishConfig::tpm_device() const { in tpm_device() function in cuttlefish::CuttlefishConfig387 void CuttlefishConfig::set_tpm_device(const std::string& tpm_device) { in set_tpm_device() argument388 (*dictionary_)[kTpmDevice] = tpm_device; in set_tpm_device()
480 tpm_command.AddParameter("-device=", config.tpm_device()); in LaunchTpmPassthrough()488 if (config.tpm_device() != "") { in LaunchTpm()
218 DEFINE_string(tpm_device, "", "A host TPM device to pass through commands to.");