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
318
u8
pwhashhash
[16];
local
357
res = hash_nt_password_hash(data->password,
pwhashhash
);
364
res = hash_nt_password_hash(pwhash,
pwhashhash
);
373
password =
pwhashhash
;
374
password_len = sizeof(
pwhashhash
);
517
os_memset(
pwhashhash
, 0, sizeof(
pwhashhash
));
/external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c
575
u8
pwhashhash
[16];
local
620
res = hash_nt_password_hash(data->password,
pwhashhash
);
623
password =
pwhashhash
;
624
password_len = sizeof(
pwhashhash
);
635
os_memset(
pwhashhash
, 0, sizeof(
pwhashhash
));
Completed in 93 milliseconds