OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encrypted_password_len
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/webdata/
logins_table.cc
30
int
encrypted_password_len
= s->ColumnByteLength(5);
local
32
if (
encrypted_password_len
) {
33
encrypted_password.resize(
encrypted_password_len
);
34
memcpy(&encrypted_password[0], s->ColumnBlob(5),
encrypted_password_len
);
Completed in 39 milliseconds