Searched refs:EAP_FAST_CMK_LEN (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_fast_common.h | 16 #define EAP_FAST_CMK_LEN 20 macro
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
D | eap_fast_common.h | 22 #define EAP_FAST_CMK_LEN 20 macro
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | eap_fast.c | 55 u8 cmk[EAP_FAST_CMK_LEN]; 404 os_memcpy(data->cmk, imck + EAP_FAST_SIMCK_LEN, EAP_FAST_CMK_LEN); in eap_fast_update_icmk() 406 data->cmk, EAP_FAST_CMK_LEN); in eap_fast_update_icmk() 665 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, in eap_fast_build_crypto_binding() 1212 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len, in eap_fast_validate_crypto_binding()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_fast.c | 50 u8 cmk[EAP_FAST_CMK_LEN]; 399 os_memcpy(data->cmk, imck + EAP_FAST_SIMCK_LEN, EAP_FAST_CMK_LEN); in eap_fast_update_icmk() 401 data->cmk, EAP_FAST_CMK_LEN); in eap_fast_update_icmk() 660 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, in eap_fast_build_crypto_binding() 1211 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len, in eap_fast_validate_crypto_binding()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_fast.c | 615 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) rbind, sizeof(*rbind), in eap_fast_write_crypto_binding() 701 os_memcpy(cmk, imck + EAP_FAST_SIMCK_LEN, EAP_FAST_CMK_LEN); in eap_fast_get_cmk() 703 cmk, EAP_FAST_CMK_LEN); in eap_fast_get_cmk() 740 u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN]; in eap_fast_process_crypto_binding() 755 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len, in eap_fast_process_crypto_binding()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | eap_fast.c | 620 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) rbind, sizeof(*rbind), in eap_fast_write_crypto_binding() 706 os_memcpy(cmk, imck + EAP_FAST_SIMCK_LEN, EAP_FAST_CMK_LEN); in eap_fast_get_cmk() 708 cmk, EAP_FAST_CMK_LEN); in eap_fast_get_cmk() 745 u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN]; in eap_fast_process_crypto_binding() 760 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len, in eap_fast_process_crypto_binding()
|