HomeSort by relevance Sort by last modified time
    Searched refs:wrapped_secret (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_types.h 33 std::string wrapped_secret; member in struct:chromeos::EasyUnlockDeviceKeyData
easy_unlock_get_keys_operation.cc 94 device.wrapped_secret = *entry.bytes;
easy_unlock_create_keys_operation.cc 294 if (!encryptor.Encrypt(user_key, &device->wrapped_secret)) {
358 kEasyUnlockKeyMetaNameWrappedSecret, device->wrapped_secret));
  /external/chromium_org/chrome/browser/signin/
easy_unlock_auth_attempt.cc 24 // Decrypts the secret that should be used to login from |wrapped_secret| using
27 std::string UnwrapSecret(const std::string& wrapped_secret,
45 if (!encryptor.Decrypt(wrapped_secret, &secret))
120 const std::string& wrapped_secret,
134 std::string unwrapped_secret = UnwrapSecret(wrapped_secret, raw_session_key);
easy_unlock_auth_attempt.h 44 // |wrapped_secret| decrypted by |session_key|. If the decryption fails, it
49 const std::string& wrapped_secret,
easy_unlock_service.cc 362 std::string wrapped_secret = GetWrappedSecret();
363 if (!wrapped_secret.empty())
364 auth_attempt_->FinalizeSignin(GetUserEmail(), wrapped_secret, key); local
easy_unlock_service_signin_chromeos.cc 171 return data->devices[device_index].wrapped_secret;

Completed in 292 milliseconds