Searched refs:SoftGateKeeper (Results 1 – 3 of 3) sorted by relevance
41 class SoftGateKeeper : public GateKeeper {52 SoftGateKeeper() { in SoftGateKeeper() function57 virtual ~SoftGateKeeper() {} in ~SoftGateKeeper()
153 fruit::Component<fruit::Required<gatekeeper::SoftGateKeeper, TpmGatekeeper,159 .bind<gatekeeper::GateKeeper, gatekeeper::SoftGateKeeper>() in ChooseGatekeeperComponent()247 .registerProvider([]() { return new gatekeeper::SoftGateKeeper(); }) in SecureEnvComponent()
74 new gatekeeper::SoftGateKeeper); in StartSecureEnvWithHandles()