Searched defs:cryptohome_outcome (Results 1 – 3 of 3) sorted by relevance
71 void AuthAttemptState::RecordCryptohomeStatus(bool cryptohome_outcome, in RecordCryptohomeStatus()116 bool AuthAttemptState::cryptohome_outcome() { in cryptohome_outcome() function in chromeos::AuthAttemptState
53 virtual bool cryptohome_outcome() { return cryptohome_outcome_; } in cryptohome_outcome() function
47 void TestAttemptState::PresetCryptohomeStatus(bool cryptohome_outcome, in PresetCryptohomeStatus()