/external/chromium/net/tools/flip_server/ |
spdy_ssl.cc | 82 int num_methods = sk_SSL_COMP_num(ssl_comp_methods); local 84 for (i = 0; i < num_methods; i++) {
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.c | 922 size_t num_methods = 0, prefix_len; local 952 num_methods++; 954 num_methods * sizeof(*methods)); 961 methods[num_methods - 1].vendor = vendor; 962 methods[num_methods - 1].method = method; 972 methods = eap_get_phase2_types(config, &num_methods); 980 num_methods * sizeof(struct eap_method_type)); 983 *num_types = num_methods;
|
/external/wpa_supplicant/ |
config.c | 861 size_t num_methods = 0; local 880 (num_methods + 1) * sizeof(*methods)); 886 methods[num_methods].method = eap_get_type( 887 start, &methods[num_methods].vendor); 888 if (methods[num_methods].vendor == EAP_VENDOR_IETF && 889 methods[num_methods].method == EAP_TYPE_NONE) { 897 } else if (methods[num_methods].vendor == EAP_VENDOR_IETF && 898 methods[num_methods].method == EAP_TYPE_LEAP) 902 num_methods++; 910 methods = os_realloc(methods, (num_methods + 1) * sizeof(*methods)) [all...] |
eap_peap.c | 115 size_t num_methods = 0; local 141 num_methods++; 144 num_methods * sizeof(*methods)); 152 methods[num_methods - 1].vendor = vendor; 153 methods[num_methods - 1].method = method; 160 data->num_phase2_types = num_methods;
|
eap_fast.c | 641 size_t num_methods = 0; local 667 num_methods++; 670 num_methods * sizeof(*methods)); 678 methods[num_methods - 1].vendor = vendor; 679 methods[num_methods - 1].method = method; 686 data->num_phase2_types = num_methods; [all...] |
eap_ttls.c | 124 size_t num_methods = 0; local 151 num_methods++; 153 methods, num_methods * 162 methods[num_methods - 1].vendor = 164 methods[num_methods - 1].method = 172 data->num_phase2_eap_types = num_methods; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_tls_common.c | 965 size_t num_methods = 0, prefix_len; local 995 num_methods++; 997 num_methods * sizeof(*methods)); 1004 methods[num_methods - 1].vendor = vendor; 1005 methods[num_methods - 1].method = method; 1015 methods = eap_get_phase2_types(config, &num_methods); 1023 num_methods * sizeof(struct eap_method_type)); 1026 *num_types = num_methods;
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config.c | 948 size_t num_methods = 0; local 967 (num_methods + 1) * sizeof(*methods)); 973 methods[num_methods].method = eap_peer_get_type( 974 start, &methods[num_methods].vendor); 975 if (methods[num_methods].vendor == EAP_VENDOR_IETF && 976 methods[num_methods].method == EAP_TYPE_NONE) { 984 } else if (methods[num_methods].vendor == EAP_VENDOR_IETF && 985 methods[num_methods].method == EAP_TYPE_LEAP) 989 num_methods++; 997 methods = os_realloc(methods, (num_methods + 1) * sizeof(*methods)) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config.c | 1079 size_t num_methods = 0; local 1098 (num_methods + 1) * sizeof(*methods)); 1104 methods[num_methods].method = eap_peer_get_type( 1105 start, &methods[num_methods].vendor); 1106 if (methods[num_methods].vendor == EAP_VENDOR_IETF && 1107 methods[num_methods].method == EAP_TYPE_NONE) { 1115 } else if (methods[num_methods].vendor == EAP_VENDOR_IETF && 1116 methods[num_methods].method == EAP_TYPE_LEAP) 1120 num_methods++; 1128 methods = os_realloc(methods, (num_methods + 1) * sizeof(*methods)) [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 203 int line = 0, ret = 0, num_methods; local 294 num_methods = 0; 300 user->methods[num_methods].method = 303 &user->methods[num_methods].vendor); 304 if (user->methods[num_methods].vendor == 306 user->methods[num_methods].method == EAP_TYPE_NONE) 332 num_methods++; 333 if (num_methods >= EAP_USER_MAX_METHODS) 340 if (num_methods == 0 && user->ttls_auth == 0) { [all...] |
/external/oprofile/agents/jvmpi/ |
jvmpi_oprofile.cpp | 61 for (int i = 0; i < event->u.class_load.num_methods;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
socketadapters.cc | 739 uint8 ver, num_methods; 741 !request->ReadUInt8(&num_methods)) { 753 if (num_methods > 0 && !request->ReadUInt8(&method)) {
|