Lines Matching full:tlen
135 static BOOLEAN cmac_aes_k_calculate(BT_OCTET16 key, UINT8 *p_signature, UINT16 tlen)
160 p_mac = output.param_buf + (BT_OCTET16_LEN - tlen);
161 memcpy(p_signature, p_mac, tlen);
163 SMP_TRACE_DEBUG2("tlen = %d p_mac = %d", tlen, p_mac);
283 ** Description This is the AES-CMAC Generation Function with tlen implemented.
288 ** tlen - lenth of mac desired
289 ** p_signature - data pointer to where signed data to be stored, tlen long.
295 UINT16 tlen, UINT8 *p_signature)
327 ret = cmac_aes_k_calculate(key, p_signature, tlen);
342 void test_cmac_cback(UINT8 *p_mac, UINT16 tlen)