OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:challenge
(Results
1 - 5
of
5
) 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
427
* Only shared key auth frames with a
challenge
1228
"[%s] shared key
challenge
alloc failed\n",
1241
u_int8_t *
challenge
;
local
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
...]
/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
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
256
* Generate authorization response based on given authentication
challenge
.
261
auth_url(const char *
challenge
, char **response, const struct authinfo *auth)
273
cp =
challenge
;
277
DPRINTF("%s:
challenge
`%s'\n", __func__,
challenge
);
280
warnx("Unsupported authentication
challenge
`%s'",
281
challenge
);
289
warnx("Unsupported authentication
challenge
`%s'",
290
challenge
);
299
warnx("Unsupported authentication
challenge
`%s'"
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026