/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/net80211/ |
ieee80211_input.c | 426 * Only shared key auth frames with a challenge 1223 "[%s] shared key challenge alloc failed\n", 1236 u_int8_t *challenge; local in function:ieee80211_auth_shared 1271 challenge = NULL; 1283 challenge = frm; 1290 if (challenge == NULL) { 1293 "%s", "no challenge"); 1298 if (challenge[1] != IEEE80211_CHALLENGE_LEN) { 1301 "bad challenge len %d", challenge[1]) [all...] |
/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...] |