smp_calculate_f6() function
* Function smp_calculate_f6 * Description The function calculates * C = f6(W, N1, N2, R, IOcap, A1, A2) = AES-CMAC (N1||N2||R||IOcap||A1||A2) * W * where * input: W is 128 bit, * N1 is 128 bit, * N2 is 128 bit, * R is 128 bit, * IOcap is 24 bit, * A1 is 56 bit, * A2 is 56 bit, * output: C is 128 bit. * Returns FALSE if out of resources, TRUE in other cases. * Note The LSB is the first octet, the MSB is the last octet of * the AES-CMAC input/output stream.