Lines Matching refs:TrustyGateKeeper

46 TrustyGateKeeper::TrustyGateKeeper() : GateKeeper(),  in TrustyGateKeeper()  function in gatekeeper::TrustyGateKeeper
55 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()
162 void TrustyGateKeeper::ComputePasswordSignature(uint8_t* signature, in ComputePasswordSignature()
177 void TrustyGateKeeper::GetRandom(void* random, uint32_t requested_size) const { in GetRandom()
183 void TrustyGateKeeper::ComputeSignature(uint8_t* signature, in ComputeSignature()
200 uint64_t TrustyGateKeeper::GetMillisecondsSinceBoot() const { in GetMillisecondsSinceBoot()
211 bool TrustyGateKeeper::GetSecureFailureRecord(uint32_t uid, in GetSecureFailureRecord()
258 bool TrustyGateKeeper::GetFailureRecord(uint32_t uid, in GetFailureRecord()
269 bool TrustyGateKeeper::ClearFailureRecord(uint32_t uid, in ClearFailureRecord()
279 bool TrustyGateKeeper::WriteSecureFailureRecord(uint32_t uid, in WriteSecureFailureRecord()
317 bool TrustyGateKeeper::WriteFailureRecord(uint32_t uid, in WriteFailureRecord()
327 bool TrustyGateKeeper::IsHardwareBacked() const { in IsHardwareBacked()
331 void TrustyGateKeeper::InitMemoryRecords() { in InitMemoryRecords()
340 bool TrustyGateKeeper::GetMemoryRecord(uint32_t uid, secure_id_t user_id, in GetMemoryRecord()
359 bool TrustyGateKeeper::WriteMemoryRecord(uint32_t uid, failure_record_t* record) { in WriteMemoryRecord()
388 gatekeeper_error_t TrustyGateKeeper::RemoveUser(uint32_t uid) { in RemoveUser()
426 gatekeeper_error_t TrustyGateKeeper::RemoveAllUsers() { in RemoveAllUsers()