OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:url_key
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/password_manager/
ie7_password.cc
116
DATA_BLOB
url_key
= {0};
local
122
url_key
.pbData = reinterpret_cast<unsigned char*>(
124
url_key
.cbData = static_cast<DWORD>((lower_case_url.size() + 1) *
127
if (CryptUnprotectData(&input, NULL, &
url_key
, NULL, NULL,
password_store_win_unittest.cc
76
DATA_BLOB
url_key
= {0};
local
82
url_key
.pbData = reinterpret_cast<unsigned char*>(
84
url_key
.cbData = static_cast<DWORD>((url.size() + 1) *
87
if (!CryptProtectData(&input, NULL, &
url_key
, NULL, NULL,
/external/chromium_org/chrome/browser/password_manager/
password_store_win_unittest.cc
82
DATA_BLOB
url_key
= {0};
local
88
url_key
.pbData = reinterpret_cast<unsigned char*>(
90
url_key
.cbData = static_cast<DWORD>((url.size() + 1) *
93
if (!CryptProtectData(&input, NULL, &
url_key
, NULL, NULL,
/external/chromium_org/components/webdata/encryptor/
ie7_password_win.cc
121
DATA_BLOB
url_key
= {0};
local
127
url_key
.pbData = reinterpret_cast<unsigned char*>(
129
url_key
.cbData = static_cast<DWORD>((lower_case_url.size() + 1) *
132
if (CryptUnprotectData(&input, NULL, &
url_key
, NULL, NULL,
Completed in 269 milliseconds