Home
last modified time | relevance | path

Searched refs:phase2 (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Deap_user_db.c136 size_t identity_len, int phase2) in eap_user_sqlite_get() argument
173 hapd->tmp_eap_user.phase2 = phase2; in eap_user_sqlite_get()
189 id_str, phase2); in eap_user_sqlite_get()
202 if (user == NULL && !phase2) { in eap_user_sqlite_get()
233 size_t identity_len, int phase2) in hostapd_get_eap_user() argument
262 if (!phase2 && user->identity == NULL) { in hostapd_get_eap_user()
267 if (user->phase2 == !!phase2 && user->wildcard_prefix && in hostapd_get_eap_user()
275 if (user->phase2 == !!phase2 && in hostapd_get_eap_user()
285 phase2); in hostapd_get_eap_user()
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp312 char phase2[32]; in addNetwork() local
313 phase2[0] = '\0'; in addNetwork()
316 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
321 snprintf(phase2, sizeof(phase2), "autheap=%s", in addNetwork()
325 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
330 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
336 snprintf(phase2, sizeof(phase2), in addNetwork()
350 if (phase2[0]) in addNetwork()
351 setNetworkParam(id, "phase2", phase2, true); in addNetwork()
/netbsd-src/external/bsd/wpa/dist/hostapd/
H A Dhostapd.eap_user_sqlite6 phase2 INTEGER,
15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1);
16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dieee8021x.conf9 phase2="auth=MSCHAPV2"
/netbsd-src/sys/netatalk/
H A DMakefile5 INCS= aarp.h at.h at_extern.h at_var.h ddp.h ddp_var.h phase2.h
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-seh.c248 goto phase2; in _GCC_specific_handler()
263 phase2: in _GCC_specific_handler()
H A Dunwind-arm-common.inc425 /* Perform phase2 unwinding. VRS is the initial virtual register state. */
467 /* Perform phase2 forced unwinding. */
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-seh.c248 goto phase2; in _GCC_specific_handler()
263 phase2: in _GCC_specific_handler()
H A Dunwind-arm-common.inc429 /* Perform phase2 unwinding. VRS is the initial virtual register state. */
471 /* Perform phase2 forced unwinding. */
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/
H A Dracoon.conf.in50 phase2 15 sec;
/netbsd-src/sys/arch/newsmips/dev/
H A Dscsi_1185.c987 uint8_t phase2; in sc_pmatch() local
1002 phase2 = phase; in sc_pmatch()
1006 if (phase == phase2) { in sc_pmatch()
/netbsd-src/crypto/dist/ipsec-tools/
H A DChangeLog.old597 * src/racoon/handler.c: Fixed phase2 enc algo check when reloading
598 conf (could flush a phase2 handler when not needed).
1204 phase2 can start.
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A DChangeLog4006 * lex.c (lex_raw_string): Undo phase1 and phase2 transformations
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20054168 Use appropriate phase2 unwinder.