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

  /external/chromium/chrome/browser/sync/util/
data_encryption.cc 38 DATA_BLOB encrypted_data, decrypted_data; local
45 &decrypted_data)) {
49 out_data->assign(reinterpret_cast<const char*>(decrypted_data.pbData),
50 decrypted_data.cbData);
51 LocalFree(decrypted_data.pbData);
  /external/chromium/chrome/browser/password_manager/
ie7_password.cc 130 std::vector<unsigned char> decrypted_data; local
131 decrypted_data.resize(output.cbData);
132 memcpy(&decrypted_data.front(), output.pbData, output.cbData);
134 GetUserPassFromData(decrypted_data, username, password);

Completed in 63 milliseconds