CMAC_TLEN          34 net/mac80211/aes_cmac.c 	crypto_shash_update(desc, data, data_len - CMAC_TLEN);
CMAC_TLEN          35 net/mac80211/aes_cmac.c 	crypto_shash_finup(desc, zero, CMAC_TLEN, out);
CMAC_TLEN          37 net/mac80211/aes_cmac.c 	memcpy(mic, out, CMAC_TLEN);