smp_calculate_h6() function
* Function smp_calculate_h6 * Description The function calculates * C = h6(W, KeyID) = AES-CMAC (KeyID) * W * where * input: W is 128 bit, * KeyId is 32 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.