Home
last modified time | relevance | path

Searched refs:EAP_TYPE_TLS (Results 1 – 11 of 11) sorted by relevance

/src/contrib/wpa/src/eap_server/
H A Deap_server_tls.c81 if (eap_server_tls_ssl_init(sm, &data->ssl, 1, EAP_TYPE_TLS)) { in eap_tls_init()
87 data->eap_type = EAP_TYPE_TLS; in eap_tls_init()
336 const u8 eap_tls13_context[] = { EAP_TYPE_TLS }; in eap_tls_getKey()
371 const u8 eap_tls13_context[] = { EAP_TYPE_TLS }; in eap_tls_get_emsk()
423 return eap_server_tls_derive_session_id(sm, &data->ssl, EAP_TYPE_TLS, in eap_tls_get_session_id()
433 EAP_VENDOR_IETF, EAP_TYPE_TLS, "TLS"); in eap_server_tls_register()
H A Deap_server_tls_common.c397 case EAP_TYPE_TLS: in eap_server_tls_phase1()
/src/contrib/tcpdump/
H A Dprint-eap.c78 #define EAP_TYPE_TLS 13 /* RFC 5216 */ macro
94 { EAP_TYPE_TLS, "TLS" },
231 case EAP_TYPE_TLS: in eap_print()
/src/contrib/wpa/src/eap_peer/
H A Deap_tls.c59 if (eap_peer_tls_ssl_init(sm, &data->ssl, config, EAP_TYPE_TLS)) { in eap_tls_init()
76 data->eap_type = EAP_TYPE_TLS; in eap_tls_init()
184 const u8 eap_tls13_context[] = { EAP_TYPE_TLS }; in eap_tls_success()
228 EAP_TYPE_TLS, in eap_tls_success()
436 EAP_VENDOR_IETF, EAP_TYPE_TLS, "TLS"); in eap_peer_tls_register()
H A Deap_tls_common.c199 if (data->eap_type == EAP_TYPE_TLS || in eap_tls_params_from_conf()
H A Deap.c413 if (sm->reqMethod == EAP_TYPE_TLS && config && in SM_STATE()
2748 method == EAP_TYPE_TLS && config && in eap_get_phase2_types()
/src/contrib/wpa/src/eap_common/
H A Deap_defs.h75 EAP_TYPE_TLS = 13 /* RFC 5216 */, enumerator
/src/contrib/wpa/wpa_supplicant/
H A Deapol_test.c747 case EAP_TYPE_TLS: return "TLS"; in eap_type_text()
H A Dinterworking.c687 if (eap->method != EAP_TYPE_TLS) { in nai_realm_cred_cert()
1938 case EAP_TYPE_TLS: in interworking_connect()
/src/contrib/wpa/hs20/client/
H A Dosu_client.c1482 case EAP_TYPE_TLS: in set_pps_cred_eap_method_eap_type()
/src/contrib/wpa/src/common/
H A Ddpp.c1850 wpabuf_printf(buf, "%d", EAP_TYPE_TLS); in dpp_build_conf_obj_dpp()