/external/wpa_supplicant_8/hostapd/src/eap_peer/ |
H A D | eap_peap.c | 38 const struct eap_method *phase2_method; member in struct:eap_peap_data 179 if (data->phase2_priv && data->phase2_method) 180 data->phase2_method->deinit(sm, data->phase2_priv); 225 if (data->phase2_method == NULL || data->phase2_priv == NULL || 226 data->phase2_method->isKeyAvailable == NULL || 227 data->phase2_method->getKey == NULL) 230 if (!data->phase2_method->isKeyAvailable(sm, data->phase2_priv) || 231 (key = data->phase2_method->getKey(sm, data->phase2_priv, 713 data->phase2_method = eap_peer_get_eap_method( 716 if (data->phase2_method) { [all...] |
H A D | eap_fast.c | 38 const struct eap_method *phase2_method; member in struct:eap_fast_data 230 if (data->phase2_priv && data->phase2_method) 231 data->phase2_method->deinit(sm, data->phase2_priv); 332 data->phase2_method = 335 if (data->phase2_method == NULL) 343 data->phase2_priv = data->phase2_method->init(sm); 423 if (data->phase2_priv && data->phase2_method && 427 data->phase2_method->deinit(sm, data->phase2_priv); 428 data->phase2_method = NULL; 446 data->phase2_method [all...] |
H A D | eap_ttls.c | 34 const struct eap_method *phase2_method; member in struct:eap_ttls_data 128 if (data->phase2_priv && data->phase2_method) { 129 data->phase2_method->deinit(sm, data->phase2_priv); 130 data->phase2_method = NULL; 283 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, 305 if (data->tnc_started && data->phase2_method && 352 data->phase2_method = eap_peer_get_eap_method( 354 if (data->phase2_method) { 356 data->phase2_priv = data->phase2_method->init(sm); 360 if (data->phase2_priv == NULL || data->phase2_method [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
H A D | eap_peap.c | 38 const struct eap_method *phase2_method; member in struct:eap_peap_data 179 if (data->phase2_priv && data->phase2_method) 180 data->phase2_method->deinit(sm, data->phase2_priv); 225 if (data->phase2_method == NULL || data->phase2_priv == NULL || 226 data->phase2_method->isKeyAvailable == NULL || 227 data->phase2_method->getKey == NULL) 230 if (!data->phase2_method->isKeyAvailable(sm, data->phase2_priv) || 231 (key = data->phase2_method->getKey(sm, data->phase2_priv, 713 data->phase2_method = eap_peer_get_eap_method( 716 if (data->phase2_method) { [all...] |
H A D | eap_fast.c | 38 const struct eap_method *phase2_method; member in struct:eap_fast_data 230 if (data->phase2_priv && data->phase2_method) 231 data->phase2_method->deinit(sm, data->phase2_priv); 332 data->phase2_method = 335 if (data->phase2_method == NULL) 343 data->phase2_priv = data->phase2_method->init(sm); 423 if (data->phase2_priv && data->phase2_method && 427 data->phase2_method->deinit(sm, data->phase2_priv); 428 data->phase2_method = NULL; 446 data->phase2_method [all...] |
H A D | eap_ttls.c | 34 const struct eap_method *phase2_method; member in struct:eap_ttls_data 128 if (data->phase2_priv && data->phase2_method) { 129 data->phase2_method->deinit(sm, data->phase2_priv); 130 data->phase2_method = NULL; 283 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, 305 if (data->tnc_started && data->phase2_method && 352 data->phase2_method = eap_peer_get_eap_method( 354 if (data->phase2_method) { 356 data->phase2_priv = data->phase2_method->init(sm); 360 if (data->phase2_priv == NULL || data->phase2_method [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/ |
H A D | eap_peap.c | 38 const struct eap_method *phase2_method; member in struct:eap_peap_data 179 if (data->phase2_priv && data->phase2_method) 180 data->phase2_method->deinit(sm, data->phase2_priv); 225 if (data->phase2_method == NULL || data->phase2_priv == NULL || 226 data->phase2_method->isKeyAvailable == NULL || 227 data->phase2_method->getKey == NULL) 230 if (!data->phase2_method->isKeyAvailable(sm, data->phase2_priv) || 231 (key = data->phase2_method->getKey(sm, data->phase2_priv, 713 data->phase2_method = eap_peer_get_eap_method( 716 if (data->phase2_method) { [all...] |
H A D | eap_fast.c | 38 const struct eap_method *phase2_method; member in struct:eap_fast_data 230 if (data->phase2_priv && data->phase2_method) 231 data->phase2_method->deinit(sm, data->phase2_priv); 332 data->phase2_method = 335 if (data->phase2_method == NULL) 343 data->phase2_priv = data->phase2_method->init(sm); 423 if (data->phase2_priv && data->phase2_method && 427 data->phase2_method->deinit(sm, data->phase2_priv); 428 data->phase2_method = NULL; 446 data->phase2_method [all...] |
H A D | eap_ttls.c | 34 const struct eap_method *phase2_method; member in struct:eap_ttls_data 128 if (data->phase2_priv && data->phase2_method) { 129 data->phase2_method->deinit(sm, data->phase2_priv); 130 data->phase2_method = NULL; 283 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, 305 if (data->tnc_started && data->phase2_method && 352 data->phase2_method = eap_peer_get_eap_method( 354 if (data->phase2_method) { 356 data->phase2_priv = data->phase2_method->init(sm); 360 if (data->phase2_priv == NULL || data->phase2_method [all...] |
/external/wpa_supplicant_8/hostapd/src/eap_server/ |
H A D | eap_server_fast.c | 39 const struct eap_method *phase2_method; member in struct:eap_fast_data 338 if (data->phase2_method == NULL || data->phase2_priv == NULL) { 344 if (data->phase2_method->getKey == NULL) 347 if ((key = data->phase2_method->getKey(sm, data->phase2_priv, 357 data->phase2_method->vendor == EAP_VENDOR_IETF && 358 data->phase2_method->method == EAP_TYPE_MSCHAPV2) { 506 if (data->phase2_priv && data->phase2_method) 507 data->phase2_method->reset(sm, data->phase2_priv); 582 req = data->phase2_method->buildReq(sm, data->phase2_priv, id); 603 data->phase2_method) [all...] |
H A D | eap_server_peap.c | 43 const struct eap_method *phase2_method; member in struct:eap_peap_data 197 if (data->phase2_priv && data->phase2_method) 198 data->phase2_method->reset(sm, data->phase2_priv); 237 if (data->phase2_method == NULL || data->phase2_priv == NULL) { 241 buf = data->phase2_method->buildReq(sm, data->phase2_priv, id); 253 data->phase2_method->method != EAP_TYPE_TLV) { 575 if (data->phase2_priv && data->phase2_method) { 576 data->phase2_method->reset(sm, data->phase2_priv); 577 data->phase2_method = NULL; 580 data->phase2_method [all...] |
H A D | eap_server_ttls.c | 35 const struct eap_method *phase2_method; member in struct:eap_ttls_data 335 if (data->phase2_priv && data->phase2_method) 336 data->phase2_method->reset(sm, data->phase2_priv); 371 buf = data->phase2_method->buildReq(sm, data->phase2_priv, id); 775 if (data->phase2_priv && data->phase2_method) { 776 data->phase2_method->reset(sm, data->phase2_priv); 777 data->phase2_method = NULL; 780 data->phase2_method = eap_server_get_eap_method(EAP_VENDOR_IETF, 782 if (!data->phase2_method) 786 data->phase2_priv = data->phase2_method [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
H A D | eap_server_fast.c | 39 const struct eap_method *phase2_method; member in struct:eap_fast_data 338 if (data->phase2_method == NULL || data->phase2_priv == NULL) { 344 if (data->phase2_method->getKey == NULL) 347 if ((key = data->phase2_method->getKey(sm, data->phase2_priv, 357 data->phase2_method->vendor == EAP_VENDOR_IETF && 358 data->phase2_method->method == EAP_TYPE_MSCHAPV2) { 506 if (data->phase2_priv && data->phase2_method) 507 data->phase2_method->reset(sm, data->phase2_priv); 582 req = data->phase2_method->buildReq(sm, data->phase2_priv, id); 603 data->phase2_method) [all...] |
H A D | eap_server_peap.c | 43 const struct eap_method *phase2_method; member in struct:eap_peap_data 197 if (data->phase2_priv && data->phase2_method) 198 data->phase2_method->reset(sm, data->phase2_priv); 237 if (data->phase2_method == NULL || data->phase2_priv == NULL) { 241 buf = data->phase2_method->buildReq(sm, data->phase2_priv, id); 253 data->phase2_method->method != EAP_TYPE_TLV) { 575 if (data->phase2_priv && data->phase2_method) { 576 data->phase2_method->reset(sm, data->phase2_priv); 577 data->phase2_method = NULL; 580 data->phase2_method [all...] |
H A D | eap_server_ttls.c | 35 const struct eap_method *phase2_method; member in struct:eap_ttls_data 335 if (data->phase2_priv && data->phase2_method) 336 data->phase2_method->reset(sm, data->phase2_priv); 371 buf = data->phase2_method->buildReq(sm, data->phase2_priv, id); 775 if (data->phase2_priv && data->phase2_method) { 776 data->phase2_method->reset(sm, data->phase2_priv); 777 data->phase2_method = NULL; 780 data->phase2_method = eap_server_get_eap_method(EAP_VENDOR_IETF, 782 if (!data->phase2_method) 786 data->phase2_priv = data->phase2_method [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/ |
H A D | eap_server_fast.c | 39 const struct eap_method *phase2_method; member in struct:eap_fast_data 338 if (data->phase2_method == NULL || data->phase2_priv == NULL) { 344 if (data->phase2_method->getKey == NULL) 347 if ((key = data->phase2_method->getKey(sm, data->phase2_priv, 357 data->phase2_method->vendor == EAP_VENDOR_IETF && 358 data->phase2_method->method == EAP_TYPE_MSCHAPV2) { 506 if (data->phase2_priv && data->phase2_method) 507 data->phase2_method->reset(sm, data->phase2_priv); 582 req = data->phase2_method->buildReq(sm, data->phase2_priv, id); 603 data->phase2_method) [all...] |
H A D | eap_server_peap.c | 43 const struct eap_method *phase2_method; member in struct:eap_peap_data 197 if (data->phase2_priv && data->phase2_method) 198 data->phase2_method->reset(sm, data->phase2_priv); 237 if (data->phase2_method == NULL || data->phase2_priv == NULL) { 241 buf = data->phase2_method->buildReq(sm, data->phase2_priv, id); 253 data->phase2_method->method != EAP_TYPE_TLV) { 575 if (data->phase2_priv && data->phase2_method) { 576 data->phase2_method->reset(sm, data->phase2_priv); 577 data->phase2_method = NULL; 580 data->phase2_method [all...] |
H A D | eap_server_ttls.c | 35 const struct eap_method *phase2_method; member in struct:eap_ttls_data 335 if (data->phase2_priv && data->phase2_method) 336 data->phase2_method->reset(sm, data->phase2_priv); 371 buf = data->phase2_method->buildReq(sm, data->phase2_priv, id); 775 if (data->phase2_priv && data->phase2_method) { 776 data->phase2_method->reset(sm, data->phase2_priv); 777 data->phase2_method = NULL; 780 data->phase2_method = eap_server_get_eap_method(EAP_VENDOR_IETF, 782 if (!data->phase2_method) 786 data->phase2_priv = data->phase2_method [all...] |