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

  /external/chromium/chrome/browser/sync/util/
data_encryption.cc 25 DATA_BLOB encrypted_data = { 0 }; local
28 &encrypted_data))
31 vector<uint8> result(encrypted_data.pbData,
32 encrypted_data.pbData + encrypted_data.cbData);
33 LocalFree(encrypted_data.pbData);
38 DATA_BLOB encrypted_data, decrypted_data; local
39 encrypted_data.pbData =
41 encrypted_data.cbData = in_data.size();
44 if (!CryptUnprotectData(&encrypted_data, &descrip, NULL, NULL, NULL, 0
    [all...]
cryptographer.cc 216 std::string encrypted_data;
217 if (!base::Base64Decode(token, &encrypted_data)) {
223 if (!Encryptor::DecryptString(encrypted_data, &unencrypted_token)) {
  /external/chromium_org/media/cdm/
aes_decryptor_unittest.cc 31 // |encrypted_data| is encrypted from |plain_text| using |key|. |key_id| is
40 uint8 encrypted_data[64]; member in struct:media::WebmEncryptedData
61 // encrypted_data
78 // encrypted_data
95 // encrypted_data
111 // encrypted_data
359 scoped_refptr<DecoderBuffer> encrypted_data = local
360 CreateWebMEncryptedBuffer(frame.encrypted_data,
363 ASSERT_NO_FATAL_FAILURE(DecryptAndExpectToSucceed(encrypted_data,
373 scoped_refptr<DecoderBuffer> encrypted_data local
392 scoped_refptr<DecoderBuffer> encrypted_data = local
405 scoped_refptr<DecoderBuffer> encrypted_data = local
422 scoped_refptr<DecoderBuffer> encrypted_data = local
448 scoped_refptr<DecoderBuffer> encrypted_data = local
491 scoped_refptr<DecoderBuffer> encrypted_data = local
512 scoped_refptr<DecoderBuffer> encrypted_data = local
533 scoped_refptr<DecoderBuffer> encrypted_data = local
555 scoped_refptr<DecoderBuffer> encrypted_data = local
569 scoped_refptr<DecoderBuffer> encrypted_data = CreateSubsampleEncryptedBuffer( local
586 scoped_refptr<DecoderBuffer> encrypted_data = CreateSubsampleEncryptedBuffer( local
602 scoped_refptr<DecoderBuffer> encrypted_data = CreateSubsampleEncryptedBuffer( local
619 scoped_refptr<DecoderBuffer> encrypted_data = CreateSubsampleEncryptedBuffer( local
636 scoped_refptr<DecoderBuffer> encrypted_data = CreateSubsampleEncryptedBuffer( local
654 scoped_refptr<DecoderBuffer> encrypted_data = CreateSubsampleEncryptedBuffer( local
    [all...]
  /external/chromium/chrome/browser/webdata/
logins_table_win.cc 24 s.BindBlob(1, &info.encrypted_data.front(),
25 static_cast<int>(info.encrypted_data.size()));
64 s.ColumnBlobAsVector(0, &result->encrypted_data);
autofill_table.cc 114 std::string encrypted_data; local
115 Encryptor::EncryptString16(text, &encrypted_data);
116 s->BindBlob(4, encrypted_data.data(),
117 static_cast<int>(encrypted_data.length()));
    [all...]
  /external/chromium_org/chrome/browser/webdata/
logins_table_win.cc 19 s.BindBlob(1, &info.encrypted_data.front(),
20 static_cast<int>(info.encrypted_data.size()));
44 s.ColumnBlobAsVector(0, &result->encrypted_data);
  /external/chromium/chrome/browser/password_manager/
ie7_password.h 23 std::vector<unsigned char> encrypted_data; member in struct:IE7PasswordInfo
password_store_win_unittest.cc 91 std::vector<unsigned char> encrypted_data;
92 encrypted_data.resize(output.cbData);
93 memcpy(&encrypted_data.front(), output.pbData, output.cbData);
98 info->encrypted_data = encrypted_data;
password_store_win.cc 113 if (!info.encrypted_data.empty()) {
121 if (!ie7_password::DecryptPassword(url, info.encrypted_data,
  /external/chromium_org/chrome/common/importer/
importer_data_types.h 64 std::vector<unsigned char> encrypted_data; member in struct:importer::ImporterIE7PasswordInfo
profile_import_process_messages.h 229 WriteParam(m, p.encrypted_data);
236 ReadParam(m, iter, &p->encrypted_data) &&
244 LogParam(p.encrypted_data, l);
  /external/chromium_org/components/webdata/encryptor/
ie7_password.h 22 std::vector<unsigned char> encrypted_data; member in struct:IE7PasswordInfo
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.h 51 const sync_pb::EncryptedData& encrypted_data);
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win_unittest.cc 94 std::string encrypted_data; local
95 Encryptor::EncryptString(data, &encrypted_data);
97 &encrypted_data[0], encrypted_data.size(), REG_BINARY));
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win_unittest.cc 94 std::vector<uint8> encrypted_data = EncryptData(data); local
96 &encrypted_data[0], encrypted_data.size(), REG_BINARY));
  /external/chromium_org/chrome/browser/password_manager/
password_store_win_unittest.cc 97 std::vector<unsigned char> encrypted_data;
98 encrypted_data.resize(output.cbData);
99 memcpy(&encrypted_data.front(), output.pbData, output.cbData);
104 info->encrypted_data = encrypted_data;
password_store_win.cc 106 if (!info.encrypted_data.empty()) {
114 if (!ie7_password::DecryptPassword(url, info.encrypted_data,
  /external/chromium_org/sync/util/
cryptographer.cc 276 std::string encrypted_data;
277 if (!base::Base64Decode(token, &encrypted_data)) {
283 if (!encryptor_->DecryptString(encrypted_data, &unencrypted_token)) {
  /external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.cc 186 ie7_password_info.encrypted_data = password_info.encrypted_data;
ie_importer_browsertest_win.cc 378 EXPECT_EQ(1, info.encrypted_data[0]);
379 EXPECT_EQ(4, info.encrypted_data.size());
  /external/chromium_org/sync/protocol/
proto_value_conversions.h 84 const sync_pb::EncryptedData& encrypted_data);
  /external/chromium/chrome/browser/importer/
ie_importer.cc 342 password_info.encrypted_data.resize(value_len);
344 &password_info.encrypted_data.front(),
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 115 std::string encrypted_data; local
116 Encryptor::EncryptString16(text, &encrypted_data);
117 s->BindBlob(4, encrypted_data.data(),
118 static_cast<int>(encrypted_data.length()));
    [all...]
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.cc 660 password_info.encrypted_data.resize(value_len);
662 &password_info.encrypted_data.front(),
  /external/openssh/
pkcs11.h 827 unsigned char *encrypted_data,
845 unsigned char *encrypted_data,
    [all...]

Completed in 826 milliseconds