Home | History | Annotate | Download | only in iscsi

Lines Matching defs:challenge

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;
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 */