HomeSort by: relevance | last modified time | path
    Searched refs:challenge (Results 1 - 6 of 6) sorted by relevancy

  /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 */
if_spppsubr.c 195 #define CHAP_CHALLENGE 1 /* CHAP challenge request */
196 #define CHAP_RESPONSE 2 /* CHAP challenge response */
4597 u_char *value, *name, digest[sizeof(sp->chap.challenge)];
4619 /* challenge, failure and success are his authproto */
4637 "chap corrupted challenge "
4692 " without challenge\n");
4725 "without challenge\n");
4816 if (value_len == sizeof(sp->chap.challenge) &&
4821 MD5Update(&ctx, sp->chap.challenge, sizeof(sp->chap.challenge));
    [all...]
  /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...]
  /src/usr.bin/ftp/
fetch.c 257 * Generate authorization response based on given authentication challenge.
262 auth_url(const char *challenge, char **response, const struct authinfo *auth)
274 cp = challenge;
278 DPRINTF("%s: challenge `%s'\n", __func__, challenge);
281 warnx("Unsupported authentication challenge `%s'",
282 challenge);
290 warnx("Unsupported authentication challenge `%s'",
291 challenge);
300 warnx("Unsupported authentication challenge `%s'"
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
exynos5250-snow-common.dtsi 59 compatible = "i2c-arb-gpio-challenge";

Completed in 18 milliseconds