Searched refs:AUTHLEN (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Dchap.h47 char ptr[AUTHLEN * 2 + 3]; /* Allow for \r\n at the end (- NUL) */
53 u_char local[CHAPCHALLENGELEN + AUTHLEN]; /* I invented this one */
54 u_char peer[CHAPCHALLENGELEN + AUTHLEN]; /* Peer gave us this one */
H A Dauth.h46 char name[AUTHLEN];
H A Ddefs.h61 #define AUTHLEN 100 /* Size of authname/authkey */ macro
H A Dradius.h85 char user_name[AUTHLEN]; /* Session User-Name */
H A Dbundle.h112 char name[AUTHLEN]; /* PAP/CHAP system name */
113 char key[AUTHLEN]; /* PAP/CHAP key */
H A Dmp.h61 char authname[AUTHLEN]; /* Peers name (authenticated) */
H A Dchap.c142 char expkey[AUTHLEN << 2];
187 char expkey[AUTHLEN << 2];
H A Dradius.c1142 ac->user_name[AUTHLEN-1] = '\0';

Completed in 71 milliseconds