Home
last modified time | relevance | path

Searched refs:EAP_GPSK_VENDOR_IETF (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/eap_common/
Deap_gpsk_common.c26 if (vendor == EAP_GPSK_VENDOR_IETF && in eap_gpsk_supported_ciphersuite()
30 if (vendor == EAP_GPSK_VENDOR_IETF && in eap_gpsk_supported_ciphersuite()
149 WPA_PUT_BE32(pos, EAP_GPSK_VENDOR_IETF); /* CSuite/Vendor = IETF */ in eap_gpsk_derive_keys_helper()
293 if (vendor != EAP_GPSK_VENDOR_IETF) in eap_gpsk_derive_keys()
381 WPA_PUT_BE32(pos, EAP_GPSK_VENDOR_IETF); /* CSuite/Vendor = IETF */ in eap_gpsk_derive_mid_helper()
431 if (vendor != EAP_GPSK_VENDOR_IETF) in eap_gpsk_derive_session_id()
484 if (vendor != EAP_GPSK_VENDOR_IETF) in eap_gpsk_mic_len()
529 if (vendor != EAP_GPSK_VENDOR_IETF) in eap_gpsk_compute_mic()
Deap_gpsk_common.h29 #define EAP_GPSK_VENDOR_IETF 0x00000000 macro
/external/wpa_supplicant_8/src/eap_server/
Deap_server_gpsk.c75 if (eap_gpsk_supported_ciphersuite(EAP_GPSK_VENDOR_IETF, in eap_gpsk_init()
78 EAP_GPSK_VENDOR_IETF); in eap_gpsk_init()
83 if (eap_gpsk_supported_ciphersuite(EAP_GPSK_VENDOR_IETF, in eap_gpsk_init()
86 EAP_GPSK_VENDOR_IETF); in eap_gpsk_init()
/external/wpa_supplicant_8/src/eap_peer/
Deap_gpsk.c204 data->vendor = EAP_GPSK_VENDOR_IETF; in eap_gpsk_select_csuite()
213 if (data->vendor == EAP_GPSK_VENDOR_IETF && in eap_gpsk_select_csuite()
223 if (data->vendor == EAP_GPSK_VENDOR_IETF && in eap_gpsk_select_csuite()