| + | Used to calculate CMACs as stored in in [[DISA_and_DIFF#AES_CMAC|DISA/DIFF files]]. The file handle that is passed in determines the type of CMAC to calculate. The input buffer data is used as the input data for the CMAC type chosen, and, in the case of stacked CMAC types ([[DISA_and_DIFF#CTR-SIGN|CTR-SIGN]] or [[DISA_and_DIFF#CTR-NOR0|CTR-NOR0]]), the stacking is applied properly on top of the inner CMAC types. |