Searched defs:wrapped_secret (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_types.h33 std::string wrapped_secret; member in struct:chromeos::EasyUnlockDeviceKeyData
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_auth_attempt.cc24 // Decrypts the secret that should be used to login from |wrapped_secret| using
27 std::string UnwrapSecret(const std::string& wrapped_secret, argument
45 if (!encryptor.Decrypt(wrapped_secret, &secret))
120 const std::string& wrapped_secret,
134 std::string unwrapped_secret = UnwrapSecret(wrapped_secret, raw_session_key);
119 FinalizeSignin(const std::string& user_id, const std::string& wrapped_secret, const std::string& raw_session_key) argument
H A Deasy_unlock_service.cc362 std::string wrapped_secret = GetWrappedSecret();
363 if (!wrapped_secret.empty())
364 auth_attempt_->FinalizeSignin(GetUserEmail(), wrapped_secret, key); local

Completed in 140 milliseconds