HomeSort by relevance Sort by last modified time
    Searched full:chap (Results 26 - 50 of 214) sorted by null

12 3 4 5 6 7 8 9

  /external/ppp/pppd/
auth.c 113 #include "chap-new.h"
185 /* Hook for a plugin to say if we can possibly authenticate a peer using CHAP */
188 /* Hook for a plugin to get the CHAP password for authenticating us */
226 bool refuse_chap = 0; /* Don't wanna auth. ourselves with CHAP */
229 bool refuse_mschap = 0; /* Don't wanna auth. ourselves with MS-CHAP */
232 bool refuse_mschap = 1; /* Don't wanna auth. ourselves with MS-CHAP */
293 { "require-chap", o_bool, &auth_required,
294 "Require CHAP authentication from peer",
297 { "+chap", o_bool, &auth_required,
298 "Require CHAP authentication from peer"
    [all...]
pppd.8 257 .B chap\-interval \fIn
261 .B chap\-max\-challenge \fIn
262 Set the maximum number of CHAP challenge transmissions to \fIn\fR
265 .B chap\-restart \fIn
266 Set the CHAP restart interval (retransmission timeout for challenges)
    [all...]
srp-entry.8 23 authentication files, /etc/ppp/pap\-secrets and /etc/ppp/chap\-secrets.
lcp.c 56 #include "chap-new.h"
660 * NB: we only ask for one of CHAP, UPAP, or EAP, even if we will
661 * accept more than one. We prefer EAP first, then CHAP, then
1060 * hash algorithm for CHAP.
1077 /* If we were asking for CHAP, then we need to stop that. */
1081 * If we weren't asking for CHAP or EAP, then we were asking for
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 5 * RADIUS plugin for pppd. Performs PAP, CHAP, MS-CHAP, MS-CHAPv2
30 #include "chap-new.h"
329 * Performs CHAP, MS-CHAP and MS-CHAPv2 authentication using RADIUS.
397 /* CHAP-Challenge and CHAP-Password */
412 /* MS-CHAP-Challenge and MS-CHAP-Response */
435 /* MS-CHAP-Challenge and MS-CHAP2-Response *
    [all...]
Makefile.linux 18 # MS-CHAP authentication protocol.
radattr.c 46 is called only after PAP or CHAP authentication, but not when the link
  /external/ppp/pppd/plugins/
winbind.c 5 * WINBIND plugin for pppd. Performs PAP, CHAP, MS-CHAP, MS-CHAPv2
38 #include "chap-new.h"
127 /* Don't ask the peer for anything other than MS-CHAP or MS-CHAP V2 */
513 * Performs MS-CHAP and MS-CHAPv2 authentication using WINBIND.
  /external/tcpdump/
l2tp.h 55 #define L2TP_AUTHEN_TYPE_CHAP 0x0002 /* PPP CHAP */
print-ppp.c 103 { PPP_CHAP, "CHAP" },
371 /* CHAP */
796 /* CHAP */
807 printf("[|chap]");
811 printf("[|chap 0x%02x]", *p);
817 printf("CHAP, %s (0x%02x)",
831 * Note that this is a generic CHAP decoding routine. Since we
832 * don't know which flavor of CHAP (i.e. CHAP-MD5, MS-CHAPv1,
872 printf("[|chap]");
    [all...]
  /external/wpa_supplicant/
eap_testing.txt 67 EAP-TTLS/CHAP + - +2 + + + + + + - + -
116 - EAP-TTLS / CHAP
139 - EAP-TTLS / CHAP (using FreeRADIUS as inner auth srv)
166 - EAP-TTLS / CHAP
188 - EAP-TTLS / CHAP
229 - EAP-TTLS / CHAP
255 - EAP-TTLS / CHAP
283 - EAP-TTLS / CHAP
308 - EAP-TTLS / CHAP
  /external/wpa_supplicant_6/wpa_supplicant/
eap_testing.txt 79 EAP-TTLS/CHAP + - +2 + + + + + + - + -
154 - EAP-TTLS / CHAP
176 - EAP-TTLS / CHAP (using FreeRADIUS as inner auth srv)
203 - EAP-TTLS / CHAP
225 - EAP-TTLS / CHAP
266 - EAP-TTLS / CHAP
295 - EAP-TTLS / CHAP
323 - EAP-TTLS / CHAP
348 - EAP-TTLS / CHAP
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h 44 * EAP_TTLS_AUTH_{PAP,CHAP,MSCHAP,MSCHAPV2} */
eap_md5.c 19 #include "eap_common/chap.h"
  /external/wpa_supplicant_8/src/eap_server/
eap.h 44 * EAP_TTLS_AUTH_{PAP,CHAP,MSCHAP,MSCHAPV2} */
eap_server_md5.c 20 #include "eap_common/chap.h"
  /external/wpa_supplicant_8/wpa_supplicant/
eap_testing.txt 79 EAP-TTLS/CHAP + - +2 + + + + + + - + -
154 - EAP-TTLS / CHAP
176 - EAP-TTLS / CHAP (using FreeRADIUS as inner auth srv)
203 - EAP-TTLS / CHAP
225 - EAP-TTLS / CHAP
266 - EAP-TTLS / CHAP
295 - EAP-TTLS / CHAP
323 - EAP-TTLS / CHAP
348 - EAP-TTLS / CHAP
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_ttls.c 23 #include "eap_common/chap.h"
123 } else if (os_strstr(config->phase2, "auth=CHAP")) {
124 selected = "CHAP";
668 /* MS-CHAP-Challenge */
711 * EAP-TTLS/MSHCAPV2 without the expected MS-CHAP-v2 Success
753 /* MS-CHAP-Challenge */
767 /* MS-CHAP-Response */
883 wpa_printf(MSG_DEBUG, "EAP-TTLS: Phase 2 CHAP Request");
893 "EAP-TTLS/CHAP: Failed to allocate memory");
902 /* CHAP-Challenge *
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_ttls.c 21 #include "eap_common/chap.h"
123 } else if (os_strstr(config->phase2, "auth=CHAP")) {
124 selected = "CHAP";
668 /* MS-CHAP-Challenge */
716 * EAP-TTLS/MSHCAPV2 without the expected MS-CHAP-v2 Success
758 /* MS-CHAP-Challenge */
772 /* MS-CHAP-Response */
888 wpa_printf(MSG_DEBUG, "EAP-TTLS: Phase 2 CHAP Request");
898 "EAP-TTLS/CHAP: Failed to allocate memory");
907 /* CHAP-Challenge *
    [all...]
  /frameworks/compile/linkloader/include/
ELFTypes.h 45 // System V Application Binary Interface, Chap 4, Data Representation.
104 // System V Application Binary Interface, Chap 4, Data Representation.
  /external/ppp/pppd/plugins/radius/etc/
dictionary 48 ATTRIBUTE CHAP-Password 3 string
85 ATTRIBUTE Chap-Challenge 60 string
  /packages/apps/Settings/res/values-am/
arrays.xml 196 <item msgid="535934025797984365">"CHAP"</item>
197 <item msgid="8383098660619805783">"PAP ??? CHAP"</item>
  /packages/apps/Settings/res/values-ar/
arrays.xml 196 <item msgid="535934025797984365">"???????? CHAP"</item>
197 <item msgid="8383098660619805783">"???????? ?????? ????? ?????? ?? ???????? CHAP"</item>
  /packages/apps/Settings/res/values-bg/
arrays.xml 196 <item msgid="535934025797984365">"CHAP"</item>
197 <item msgid="8383098660619805783">"PAP ??? CHAP"</item>
  /packages/apps/Settings/res/values-el/
arrays.xml 196 <item msgid="535934025797984365">"CHAP"</item>
197 <item msgid="8383098660619805783">"PAP ? CHAP"</item>

Completed in 701 milliseconds

12 3 4 5 6 7 8 9