Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dchap.h45 char ptr[AUTHLEN * 2 + 3]; /* Allow for \r\n at the end (- NUL) */
51 u_char local[CHAPCHALLENGELEN + AUTHLEN]; /* I invented this one */
52 u_char peer[CHAPCHALLENGELEN + AUTHLEN]; /* Peer gave us this one */
H A Dbundle.h110 char name[AUTHLEN]; /* PAP/CHAP system name */
111 char key[AUTHLEN]; /* PAP/CHAP key */
H A Dauth.h44 char name[AUTHLEN];
H A Ddefs.h59 #define AUTHLEN 100 /* Size of authname/authkey */ macro
H A Dradius.h83 char user_name[AUTHLEN]; /* Session User-Name */
H A Dmp.h59 char authname[AUTHLEN]; /* Peers name (authenticated) */
H A Dchap.c140 char expkey[AUTHLEN << 2]; in chap_BuildAnswer()
185 char expkey[AUTHLEN << 2]; in chap_BuildAnswer()
H A Dradius.c1140 ac->user_name[AUTHLEN-1] = '\0'; in radius_Account()