Searched refs:TrustyGateKeeper (Results 1 – 3 of 3) sorted by relevance
46 TrustyGateKeeper::TrustyGateKeeper() : GateKeeper(), in TrustyGateKeeper() function in gatekeeper::TrustyGateKeeper55 long TrustyGateKeeper::OpenSession() { in OpenSession()63 void TrustyGateKeeper::CloseSession() { in CloseSession()67 bool TrustyGateKeeper::SeedRngIfNeeded() { in SeedRngIfNeeded()73 bool TrustyGateKeeper::ShouldReseedRng() { in ShouldReseedRng()84 bool TrustyGateKeeper::ReseedRng() { in ReseedRng()95 long TrustyGateKeeper::DerivePasswordKey() { in DerivePasswordKey()113 void TrustyGateKeeper::ClearPasswordKey() { in ClearPasswordKey()123 bool TrustyGateKeeper::GetAuthTokenKey(const uint8_t** auth_token_key, in GetAuthTokenKey()156 void TrustyGateKeeper::GetPasswordKey(const uint8_t** password_key, in GetPasswordKey()[all …]
41 class TrustyGateKeeper : public GateKeeper {43 TrustyGateKeeper();
28 TrustyGateKeeper* device;292 device = new TrustyGateKeeper(); in main()