Searched refs:EAP_FAST_CMK_LEN (Results 1 – 3 of 3) 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_8/src/eap_server/ |
D | eap_server_fast.c | 50 u8 cmk[EAP_FAST_CMK_LEN]; 403 os_memcpy(data->cmk, imck + EAP_FAST_SIMCK_LEN, EAP_FAST_CMK_LEN); in eap_fast_update_icmk() 405 data->cmk, EAP_FAST_CMK_LEN); in eap_fast_update_icmk() 667 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, in eap_fast_build_crypto_binding() 1235 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 | 654 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) rbind, sizeof(*rbind), in eap_fast_write_crypto_binding() 741 os_memcpy(cmk, imck + EAP_FAST_SIMCK_LEN, EAP_FAST_CMK_LEN); in eap_fast_get_cmk() 743 cmk, EAP_FAST_CMK_LEN); in eap_fast_get_cmk() 780 u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN]; in eap_fast_process_crypto_binding() 795 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len, in eap_fast_process_crypto_binding()
|