Home
last modified time | relevance | path

Searched refs:EAP_GPSK_VENDOR_IETF (Results 1 - 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A 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()
H A Deap_gpsk_common.h29 #define EAP_GPSK_VENDOR_IETF 0x00000000 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A 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()
H A Deap_gpsk_common.h29 #define EAP_GPSK_VENDOR_IETF 0x00000000 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_gpsk.c201 data->vendor = EAP_GPSK_VENDOR_IETF; in eap_gpsk_select_csuite()
210 if (data->vendor == EAP_GPSK_VENDOR_IETF && in eap_gpsk_select_csuite()
220 if (data->vendor == EAP_GPSK_VENDOR_IETF && in eap_gpsk_select_csuite()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_gpsk.c201 data->vendor = EAP_GPSK_VENDOR_IETF; in eap_gpsk_select_csuite()
210 if (data->vendor == EAP_GPSK_VENDOR_IETF && in eap_gpsk_select_csuite()
220 if (data->vendor == EAP_GPSK_VENDOR_IETF && in eap_gpsk_select_csuite()

Completed in 6 milliseconds