Searched refs:salted_password (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authentication.cc144 const std::string salted_password = key.GetSecret(); local
147 BuildPasswordSignature(salted_password, revision, base64_signature_key);
149 salted_password);
H A Dsupervised_user_creation_controller_new.cc135 kEncryptedPassword, &creation_context_->salted_password);
188 kEncryptedPassword, &creation_context_->salted_password);
270 creation_context_->salted_password,
H A Dsupervised_user_creation_controller_new.h131 std::string salted_password; // Hash(salt + Hash(password)) member in struct:chromeos::SupervisedUserCreationControllerNew::UserCreationContext

Completed in 462 milliseconds