Home
last modified time | relevance | path

Searched refs:PasswordHashHash (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dchap_ms.c221 char PasswordHashHash[16]; in GenerateAuthenticatorResponse() local
249 HashNtPasswordHash(PasswordHash, PasswordHashHash); in GenerateAuthenticatorResponse()
252 SHA1_Update(&Context, PasswordHashHash, 16); in GenerateAuthenticatorResponse()
278 GetMasterKey(char *PasswordHashHash, char *NTResponse, char *MasterKey) in GetMasterKey() argument
288 SHA1_Update(&Context, PasswordHashHash, 16); in GetMasterKey()
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog219 * fixed EAP-pwd pre-processing with PasswordHashHash