Home | History | Annotate | Download | only in btm

Lines Matching refs:BTM_CMAC_TLEN_SIZE

1719                     if ((ret = AES_CMAC(local_csrk, p_buf, (UINT16)(len + 4), BTM_CMAC_TLEN_SIZE, p_mac)) == TRUE)
1727 memcpy(p_mac, btm_cb.devcb.test_mac, BTM_CMAC_TLEN_SIZE);
1767 UINT8 p_mac[BTM_CMAC_TLEN_SIZE];
1785 if (AES_CMAC(p_rec->ble.keys.csrk, p_orig, len, BTM_CMAC_TLEN_SIZE, p_mac))
1787 if (memcmp(p_mac, p_comp, BTM_CMAC_TLEN_SIZE) == 0)