Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dchap_ms.h49 extern void GenerateAuthenticatorResponse(char *, int, char *, char *, char *, char *, char *);
H A Dchap_ms.c214 GenerateAuthenticatorResponse(char *Password, int PasswordLen, in GenerateAuthenticatorResponse() function
H A Dchap.c222 GenerateAuthenticatorResponse(expkey, klen * 2, ntresponse, in chap_BuildAnswer()