Lines Matching defs:challenge
50 #define CHECK_CHALLENGE_LENGTH 8 /* Minimum acceptable challenge */
78 char peercname[MAXNAMELEN]; /* unauthenticated peer name in challenge */
79 u_char challenge[MAX_CHALLENGE_LENGTH]; /* last challenge string sent */
80 u_char chal_len; /* challenge length */
81 u_char chal_id; /* ID of last challenge */
84 char *chal_name; /* Our name to use with challenge */
85 int chal_interval; /* Time until we challenge peer again */
87 int max_transmits; /* Maximum # of challenge transmissions */
88 int chal_transmits; /* Number of transmissions of challenge */
107 #define CHAPCS_LISTEN 3 /* Listening for a challenge */
121 #define CHAPSS_INITIAL_CHAL 3 /* We've sent the first challenge */
123 #define CHAPSS_RECHALLENGE 5 /* We've sent another challenge */
134 #define CHAP_DEFTRANSMITS 10 /* max # times to send challenge */