/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
racoon.conf | 15 script "/etc/racoon/phase1-up.sh" phase1_up; 16 script "/etc/racoon/phase1-down.sh" phase1_down;
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_wsc.c | 148 const char *phase1; local 185 phase1 = eap_get_config_phase1(sm); 186 if (phase1 == NULL) { 187 wpa_printf(MSG_INFO, "EAP-WSC: phase1 configuration data not " 193 pos = os_strstr(phase1, "pin="); 207 pos = os_strstr(phase1, "pbc=1"); 213 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 " 219 pos = os_strstr(phase1, "dev_pw_id="); 223 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1);
|
eap_peap.c | 74 const char *phase1) 78 pos = os_strstr(phase1, "peapver="); 86 if (os_strstr(phase1, "peaplabel=1")) { 92 if (os_strstr(phase1, "peap_outer_success=0")) { 96 } else if (os_strstr(phase1, "peap_outer_success=1")) { 100 } else if (os_strstr(phase1, "peap_outer_success=2")) { 106 if (os_strstr(phase1, "crypto_binding=0")) { 109 } else if (os_strstr(phase1, "crypto_binding=1")) { 112 } else if (os_strstr(phase1, "crypto_binding=2")) { 118 if (os_strstr(phase1, "tnc=soh2")) [all...] |
eap_fast.c | 116 const char *phase1) 120 pos = os_strstr(phase1, "fast_provisioning="); 127 pos = os_strstr(phase1, "fast_max_pac_list_len="); 136 pos = os_strstr(phase1, "fast_pac_format=binary"); 158 if (config && config->phase1 && 159 eap_fast_parse_phase1(data, config->phase1) < 0) { [all...] |
eap.c | [all...] |
eap_tls_common.c | 87 eap_tls_params_flags(params, config->phase1); 134 wpa_printf(MSG_DEBUG, "TLS: using phase1 config options"); 252 if (config->phase1 && 253 os_strstr(config->phase1, "include_tls_length=1")) { [all...] |
eap_aka.c | 92 const char *phase1 = eap_get_config_phase1(sm); local 104 data->result_ind = phase1 && os_strstr(phase1, "result_ind=1") != NULL; [all...] |
/external/ipsec-tools/src/racoon/samples/roadwarrior/ |
README | 42 You need to copy client/racoon.conf, client/phase1-up.sh and 43 client/phase1-down.sh to /etc/racoon, and you need to copy the
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
FFTFrame.cpp | 133 double phase1 = arg(c1); local 136 double deltaPhase1 = phase1 - lastPhase1; 138 lastPhase1 = phase1;
|
/external/ipsec-tools/ |
NEWS | 11 o Phase2 message identities are phase1 specific (Vista compatibility= 15 o Remove phase1 handler immediately if first exchange is bad 108 o Fixed segfault when using AES in Phase1 with OpenSSL>=0.9.7
|
setup.c | 477 " <username> <password> <phase1-up> <script-arg>;\n" 480 " <username> <password> <phase1-up> <script-arg>;\n" 482 " <username> <password> <phase1-up> <script-arg>;\n"
|
ChangeLog | 57 be unique wrt phase1, not globally. 449 * src/racoon/isakmp.c: Fixed the way phase1/2 messages are 621 * src/racoon/samples/roadwarrior/client/: phase1-down.sh, 622 phase1-up.sh: update the scripts for wrorking around routing
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.in | 49 phase1 30 sec;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
filecmp.py | 131 def phase1(self): # Compute common names member in class:dircmp 232 common=phase1, left_only=phase1, right_only=phase1,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
filecmp.py | 131 def phase1(self): # Compute common names member in class:dircmp 232 common=phase1, left_only=phase1, right_only=phase1,
|
/external/ipsec-tools/src/racoon/ |
isakmp.c | 454 "Commit bit on phase1 forbidden.\n"); 487 "phase1 failed: dupsaddr failed.\n"); 495 "phase1 failed: dupsaddr failed.\n"); 547 "message id should be zero in phase1.\n"); 558 /* search for phase1 handle by index without r_ck */ 612 "phase1 negotiation failed.\n"); 629 * if iph1 is null then trying to get the phase1 status 806 * When an invalid packet is received on phase1, it should 851 "phase1", s_isakmp_state(iph1->etype, iph1->side, iph1->status), 859 "phase1", s_isakmp_etype(iph1->etype) [all...] |
Makefile.am | 97 samples/roadwarrior/client/phase1-down.sh \ 98 samples/roadwarrior/client/phase1-up.sh \
|
handler.c | 255 * create new isakmp Phase 1 status record to handle isakmp in Phase1 281 * delete new isakmp Phase 1 status record to handle isakmp in Phase1 382 * create new isakmp Phase 1 status record to handle isakmp in Phase1 1137 plog(LLV_DEBUG, LOCATION, NULL, "No phase1 rmconf found !\n"); 1139 plog(LLV_DEBUG, LOCATION, NULL, "No phase1 found !\n");
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_peap.c | 36 START, PHASE1, PHASE1_ID2, PHASE2_START, PHASE2_ID, 65 case PHASE1: 66 return "PHASE1"; 223 eap_peap_state(data, PHASE1); 506 case PHASE1: 510 wpa_printf(MSG_DEBUG, "EAP-PEAP: Phase1 done, " 1176 wpa_printf(MSG_DEBUG, "EAP-PEAPv2: Phase1 done, include first Phase2 " 1247 case PHASE1: [all...] |
eap_server_ttls.c | 30 START, PHASE1, PHASE2_START, PHASE2_METHOD, 50 case PHASE1: 51 return "PHASE1"; 359 eap_ttls_state(data, PHASE1); 453 case PHASE1: 455 wpa_printf(MSG_DEBUG, "EAP-TTLS: Phase1 done, " 1085 case PHASE1:
|
eap_server_fast.c | 34 START, PHASE1, PHASE2_START, PHASE2_ID, PHASE2_METHOD, 80 case PHASE1: 81 return "PHASE1"; 538 eap_fast_state(data, PHASE1); 548 wpa_printf(MSG_DEBUG, "EAP-FAST: Phase1 done, starting Phase2"); 866 case PHASE1: [all...] |
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_supplicant.conf.sgml | 91 phase1="peaplabel=0" 166 phase1="peaplabel=0"
|
/external/wpa_supplicant_8/wpa_supplicant/ |
eap_testing.txt | 121 encryption", during key derivation (requires phase1="peaplabel=1" in the 126 (phase1="peap_outer_success=0 peaplabel=1") (in "IETF Draft 5" mode) 321 "IETF Draft 5" mode requires phase1="peap_outer_success=0 peaplabel=1" 322 'Cisco ACU 5.05' mode works without phase1 configuration 381 - phase1="peap_outer_success=0 peaplabel=1"
|
wpa_supplicant.conf | 420 # phase1: Pre-configure Phase 1 (outer authentication) parameters [all...] |
/external/llvm/utils/release/ |
test-release.sh | 363 llvmCore_phase1_objdir=$BuildDir/Phase1/$Flavor/llvmCore-$Release-$RC.obj 364 llvmCore_phase1_installdir=$BuildDir/Phase1/$Flavor/llvmCore-$Release-$RC.install 365 dragonegg_phase1_objdir=$BuildDir/Phase1/$Flavor/DragonEgg-$Release-$RC.obj
|