Lines Matching refs:mic_len
82 size_t plen, mic_len, element_len, buf_len; in bip_protect_s1g_beacon() local
85 mic_len = igtk_len == 32 ? 16 : 8; in bip_protect_s1g_beacon()
87 element_len = MIC_ELEM_LEN_LESS_MIC + mic_len; in bip_protect_s1g_beacon()
89 element_len = MME_LEN_LESS_MIC + mic_len; in bip_protect_s1g_beacon()
111 os_memset(pos, 0, mic_len); /* MIC */ in bip_protect_s1g_beacon()
180 os_memcpy(pos, mic, mic_len); in bip_protect_s1g_beacon()
181 wpa_hexdump(MSG_DEBUG, "S1G BIP-CMAC MIC", pos, mic_len); in bip_protect_s1g_beacon()
262 size_t plen, mic_len, element_len, buf_len; in bip_gmac_protect_s1g_beacon() local
266 mic_len = 16; in bip_gmac_protect_s1g_beacon()
268 element_len = MIC_ELEM_LEN_LESS_MIC + mic_len; in bip_gmac_protect_s1g_beacon()
270 element_len = MME_LEN_LESS_MIC + mic_len; in bip_gmac_protect_s1g_beacon()
291 os_memset(pos, 0, mic_len); /* MIC */ in bip_gmac_protect_s1g_beacon()