OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pwhashhash
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c
225
u8
pwhashhash
[16];
local
292
res = hash_nt_password_hash(data->password,
pwhashhash
);
299
res = hash_nt_password_hash(pwhash,
pwhashhash
);
308
password =
pwhashhash
;
309
password_len = sizeof(
pwhashhash
);
321
os_memset(
pwhashhash
, 0, sizeof(
pwhashhash
));
/external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c
588
u8
pwhashhash
[16];
local
623
res = hash_nt_password_hash(data->password,
pwhashhash
);
626
password =
pwhashhash
;
627
password_len = sizeof(
pwhashhash
);
638
os_memset(
pwhashhash
, 0, sizeof(
pwhashhash
));
Completed in 161 milliseconds