Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h41 class SoftGateKeeper : public GateKeeper {
52 SoftGateKeeper() { in SoftGateKeeper() function
57 virtual ~SoftGateKeeper() {} in ~SoftGateKeeper()
Dsecure_env_not_windows_main.cpp153 fruit::Component<fruit::Required<gatekeeper::SoftGateKeeper, TpmGatekeeper,
159 .bind<gatekeeper::GateKeeper, gatekeeper::SoftGateKeeper>() in ChooseGatekeeperComponent()
247 .registerProvider([]() { return new gatekeeper::SoftGateKeeper(); }) in SecureEnvComponent()
Dsecure_env_windows_lib.cpp74 new gatekeeper::SoftGateKeeper); in StartSecureEnvWithHandles()