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
223
u8
pwhashhash
[16];
local
296
res = hash_nt_password_hash(data->password,
pwhashhash
);
303
res = hash_nt_password_hash(pwhash,
pwhashhash
);
312
password =
pwhashhash
;
313
password_len = sizeof(
pwhashhash
);
326
os_memset(
pwhashhash
, 0, sizeof(
pwhashhash
));
/external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c
593
u8
pwhashhash
[16];
local
630
res = hash_nt_password_hash(data->password,
pwhashhash
);
633
password =
pwhashhash
;
634
password_len = sizeof(
pwhashhash
);
645
os_memset(
pwhashhash
, 0, sizeof(
pwhashhash
));
Completed in 57 milliseconds