OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chap_mdtype
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
lcp.h
124
unsigned char
chap_mdtype
; /* which MD types (hashing algorithm) */
member in struct:lcp_options
lcp.c
381
ao->
chap_mdtype
= chap_mdtype_all;
760
ADDCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->
chap_mdtype
);
906
ACKCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->
chap_mdtype
);
1103
if (CHAP_CANDIGEST(go->
chap_mdtype
, cichar))
1104
try.
chap_mdtype
= CHAP_MDTYPE_D(cichar);
1110
if (cichar != CHAP_DIGEST(go->
chap_mdtype
)) {
1111
if (CHAP_CANDIGEST(go->
chap_mdtype
, cichar)) {
1113
try.
chap_mdtype
= CHAP_MDTYPE_D(cichar);
1116
try.
chap_mdtype
&= ~(
CHAP_MDTYPE
(try.chap_mdtype))
[
all
...]
auth.c
336
&lcp_wantoptions[0].
chap_mdtype
},
340
&lcp_wantoptions[0].
chap_mdtype
},
345
&lcp_wantoptions[0].
chap_mdtype
},
349
&lcp_wantoptions[0].
chap_mdtype
},
353
&lcp_wantoptions[0].
chap_mdtype
},
357
&lcp_wantoptions[0].
chap_mdtype
},
367
&lcp_allowoptions[0].
chap_mdtype
},
371
&lcp_allowoptions[0].
chap_mdtype
},
376
&lcp_allowoptions[0].
chap_mdtype
},
380
&lcp_allowoptions[0].
chap_mdtype
},
[
all
...]
Completed in 51 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026