| /src/sys/net/ |
| if_spppvar.h | 96 char challenge[16]; /* random challenge member in struct:schap 100 bool rechallenging; /* sent challenge after open */ 101 bool response_rcvd; /* receive response, stop sending challenge */
|
| /src/sys/dev/iscsi/ |
| iscsi_text.c | 49 #define CHAP_CHALLENGE_LEN 32 /* Number of bytes to send in challenge */ 225 uint8_t *challenge, int challenge_size) 232 MD5Update(&md5, challenge, challenge_size); 1347 uint8_t *challenge = NULL; local in function:assemble_security_parameters 1404 DEBOUT(("Bad Challenge, auth_state = %d, len %d\n", 1408 challenge = rxp.val.sval; 1410 /* respond in the same format as the challenge */ 1477 state->password, challenge, challenge_size); 1482 /* respond in same format as challenge */ 1501 /* use same format as target challenge */ [all...] |
| /src/sys/net80211/ |
| ieee80211_input.c | 427 * Only shared key auth frames with a challenge 1228 "[%s] shared key challenge alloc failed\n", 1241 u_int8_t *challenge; local in function:ieee80211_auth_shared 1276 challenge = NULL; 1288 challenge = frm; 1295 if (challenge == NULL) { 1298 "%s", "no challenge"); 1303 if (challenge[1] != IEEE80211_CHALLENGE_LEN) { 1306 "bad challenge len %d", challenge[1]) [all...] |