Searched refs:cryptohome_code_ (Results 1 – 4 of 4) sorted by relevance
34 cryptohome_code_(kCryptohomeMountErrorNone) { in AuthAttemptState()49 cryptohome_code_(kCryptohomeMountErrorNone) { in AuthAttemptState()76 cryptohome_code_ = cryptohome_code; in RecordCryptohomeStatus()83 cryptohome_code_ = kCryptohomeMountErrorNone; in ResetCryptohomeStatus()123 return cryptohome_code_; in cryptohome_code()
51 cryptohome_code_ = cryptohome_code; in PresetCryptohomeStatus()
54 virtual int cryptohome_code() { return cryptohome_code_; } in cryptohome_code()
92 int cryptohome_code_; variable