HomeSort by relevance Sort by last modified time
    Searched full:unencrypted_data (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/sync/util/
data_encryption.cc 22 DATA_BLOB unencrypted_data = { 0 }; local
23 unencrypted_data.pbData = (BYTE*)(data.data());
24 unencrypted_data.cbData = data.size();
27 if (!CryptProtectData(&unencrypted_data, L"", NULL, NULL, NULL, 0,

Completed in 35 milliseconds