Home
last modified time | relevance | path

Searched refs:WPA_KDK_MAX_LEN (Results 1 - 9 of 9) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.h237 #define WPA_KDK_MAX_LEN 32 macro
253 u8 kdk[WPA_KDK_MAX_LEN]; /* Key Derivation Key */
H A Dwpa_common.c394 WPA_KDK_MAX_LEN]; in wpa_pmk_to_ptk()
436 if (kdk_len > WPA_KDK_MAX_LEN) { in wpa_pmk_to_ptk()
666 FILS_FT_MAX_LEN + WPA_KDK_MAX_LEN]; in fils_pmk_to_ptk()
713 if (kdk_len > WPA_KDK_MAX_LEN) { in fils_pmk_to_ptk()
1281 u8 tmp[WPA_KCK_MAX_LEN + WPA_TK_MAX_LEN + WPA_KDK_MAX_LEN]; in pasn_pmk_to_ptk()
2118 WPA_KDK_MAX_LEN]; in wpa_pmk_r1_to_ptk()
2122 if (kdk_len > WPA_KDK_MAX_LEN) { in wpa_pmk_r1_to_ptk()
H A Dcommon_module_tests.c658 WPA_KDK_MAX_LEN); in pasn_test_pasn_auth()
737 NULL, 0, WPA_KDK_MAX_LEN); in pasn_test_no_pasn_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_ft.c74 kdk_len = WPA_KDK_MAX_LEN; in wpa_derive_ptk_ft()
685 kdk_len = WPA_KDK_MAX_LEN;
H A Dwpa.c662 kdk_len = WPA_KDK_MAX_LEN; in wpa_derive_ptk()
5619 kdk_len = WPA_KDK_MAX_LEN;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dpasn_supplicant.c1097 pasn->kdk_len = WPA_KDK_MAX_LEN; in wpas_pasn_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.c2334 kdk_len = WPA_KDK_MAX_LEN; in wpa_derive_ptk()
2388 kdk_len = WPA_KDK_MAX_LEN; in fils_auth_pmk_to_ptk()
H A Dwpa_auth_ft.c3202 kdk_len = WPA_KDK_MAX_LEN; in wpa_ft_process_auth_req()
H A Dieee802_11.c3180 sta->pasn->kdk_len = WPA_KDK_MAX_LEN; in handle_auth_pasn_1()

Completed in 35 milliseconds