CMAC_TLEN_256 22 net/mac80211/aes_cmac.c static const u8 zero[CMAC_TLEN_256]; CMAC_TLEN_256 49 net/mac80211/aes_cmac.c crypto_shash_update(desc, data, data_len - CMAC_TLEN_256); CMAC_TLEN_256 50 net/mac80211/aes_cmac.c crypto_shash_finup(desc, zero, CMAC_TLEN_256, mic);