Home
last modified time | relevance | path

Searched refs:GetMasterKey (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dchap_ms.h51 extern void GetMasterKey(char *, char *, char *);
H A Dchap_ms.c278 GetMasterKey(char *PasswordHashHash, char *NTResponse, char *MasterKey) in GetMasterKey() function
H A Dchap.c219 GetMasterKey(pwdhashhash, ntresponse, MPPE_MasterKey); /* XXX Global ! */ in chap_BuildAnswer()