Hi everyone,
I use S32K116-EVB and trying to generate CMAC using these values:
key : 0x0f, 0x0e, 0x0d, 0x0c, 0x0b, 0x0a, 0x09, 0x08, 0x07, 0x06, 0x05, 0x04, 0x03, 0x02, 0x01, 0x00
Message : 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f
After CMAC generation on EVB, using an external AES-CMAC calculation code and generated another CMAC with same values. (External AES-CMAC implementation from official RFC-4493 document.)
However when i try to match two generated CMAC values, i find that they are different.
So, what is different between offical AES-CMAC calculation and S32K CSEc CMAC calculation?
Why these two values do not match?