Home
last modified time | relevance | path

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

/freebsd/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()
328 const u8 eap_tls13_context[] = { EAP_TYPE_TLS }; in eap_tls_getKey()
363 const u8 eap_tls13_context[] = { EAP_TYPE_TLS }; in eap_tls_get_emsk()
415 return eap_server_tls_derive_session_id(sm, &data->ssl, EAP_TYPE_TLS, in eap_tls_get_session_id()
425 EAP_VENDOR_IETF, EAP_TYPE_TLS, "TLS"); in eap_server_tls_register()
H A Deap_server_tls_common.c392 case EAP_TYPE_TLS: in eap_server_tls_phase1()
/freebsd/contrib/tcpdump/
H A Dprint-eap.c80 #define EAP_TYPE_TLS 13 /* RFC 5216 */ macro
96 { EAP_TYPE_TLS, "TLS" },
232 case EAP_TYPE_TLS: in eap_print()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_tls.c58 if (eap_peer_tls_ssl_init(sm, &data->ssl, config, EAP_TYPE_TLS)) { in eap_tls_init()
75 data->eap_type = EAP_TYPE_TLS; in eap_tls_init()
183 const u8 eap_tls13_context[] = { EAP_TYPE_TLS }; in eap_tls_success()
227 EAP_TYPE_TLS, in eap_tls_success()
429 EAP_VENDOR_IETF, EAP_TYPE_TLS, "TLS"); in eap_peer_tls_register()
H A Deap_tls_common.c195 if (data->eap_type == EAP_TYPE_TLS || in eap_tls_params_from_conf()
H A Deap.c412 if (sm->reqMethod == EAP_TYPE_TLS && config && in SM_STATE()
2704 method == EAP_TYPE_TLS && config && in eap_get_phase2_types()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_defs.h75 EAP_TYPE_TLS = 13 /* RFC 2716 */, enumerator
/freebsd/contrib/wpa/wpa_supplicant/
H A Deapol_test.c735 case EAP_TYPE_TLS: return "TLS"; in eap_type_text()
H A Dinterworking.c682 if (eap->method != EAP_TYPE_TLS) { in nai_realm_cred_cert()
1905 case EAP_TYPE_TLS: in interworking_connect()
/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c1481 case EAP_TYPE_TLS: in set_pps_cred_eap_method_eap_type()
/freebsd/contrib/wpa/src/common/
H A Ddpp.c1568 wpabuf_printf(buf, "%d", EAP_TYPE_TLS); in dpp_build_conf_obj_dpp()