smp_calculate_f4() function
* Function smp_calculate_f4 * Description The function calculates * C = f4(U, V, X, Z) = AES-CMAC (U||V||Z) * X * where * input: U is 256 bit, * V is 256 bit, * X is 128 bit, * Z is 8 bit, * output: C is 128 bit. * Returns void * Note The LSB is the first octet, the MSB is the last octet of * the AES-CMAC input/output stream.