OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pwhashhash
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c
225
u8
pwhashhash
[16];
local
298
res = hash_nt_password_hash(data->password,
pwhashhash
);
305
res = hash_nt_password_hash(pwhash,
pwhashhash
);
314
password =
pwhashhash
;
315
password_len = sizeof(
pwhashhash
);
328
os_memset(
pwhashhash
, 0, sizeof(
pwhashhash
));
/external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c
593
u8
pwhashhash
[16];
local
628
res = hash_nt_password_hash(data->password,
pwhashhash
);
631
password =
pwhashhash
;
632
password_len = sizeof(
pwhashhash
);
643
os_memset(
pwhashhash
, 0, sizeof(
pwhashhash
));
Completed in 67 milliseconds