Searched defs:challenge (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dchap.h105 #define CHAPCS_LISTEN 3 /* Listening for a challenge */
115 #define CHAPSS_INITIAL_CHAL 3 /* We've sent the first challenge */
117 #define CHAPSS_RECHALLENGE 5 /* We've sent another challenge */
132 u_char challenge[MAX_CHALLENGE_LENGTH]; /* last challenge string sent */ member in struct:chap_state
133 u_char chal_len; /* challenge length */
134 u_char chal_id; /* ID of last challenge */
137 char *chal_name; /* Our name to use with challenge */
138 int chal_interval; /* Time until we challenge peer again */
140 int max_transmits; /* Maximum # of challenge transmission
[all...]
H A Dchpms.c118 u_char *challenge, /* IN 8 octets */
177 u_char *challenge, /* IN 8 octets */
191 DesEncrypt(challenge, ZPasswordHash + 0, response + 0);
192 DesEncrypt(challenge, ZPasswordHash + 7, response + 8);
193 DesEncrypt(challenge, ZPasswordHash + 14, response + 16);
176 ChallengeResponse( u_char *challenge, u_char *pwHash, u_char *response ) argument
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dchap.h103 u_char challenge[MAX_CHALLENGE_LENGTH]; /* last challenge string sent */ member in struct:chap_state
104 u_char chal_len; /* challenge length */
105 u_char chal_id; /* ID of last challenge */
108 char *chal_name; /* Our name to use with challenge */
109 int chal_interval; /* Time until we challenge peer again */
111 int max_transmits; /* Maximum # of challenge transmissions */
112 int chal_transmits; /* Number of transmissions of challenge */
128 #define CHAPCS_LISTEN 3 /* Listening for a challenge */
138 #define CHAPSS_INITIAL_CHAL 3 /* We've sent the first challenge */
[all...]
H A Dchpms.c126 u_char *challenge, /* IN 8 octets */
143 ChallengeResponse( u_char *challenge, /* IN 8 octets */ argument
156 DesEncrypt(challenge, ZPasswordHash + 0, response + 0);
157 DesEncrypt(challenge, ZPasswordHash + 7, response + 8);
158 DesEncrypt(challenge, ZPasswordHash + 14, response + 16);

Completed in 58 milliseconds