Searched refs:BTM_CMAC_TLEN_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c1924 if ((ret = AES_CMAC(local_csrk, p_buf, (UINT16)(len + 4), BTM_CMAC_TLEN_SIZE, p_mac)) == TRUE)
1932 memcpy(p_mac, btm_cb.devcb.test_mac, BTM_CMAC_TLEN_SIZE);
1972 UINT8 p_mac[BTM_CMAC_TLEN_SIZE];
1990 if (AES_CMAC(p_rec->ble.keys.csrk, p_orig, len, BTM_CMAC_TLEN_SIZE, p_mac))
1992 if (memcmp(p_mac, p_comp, BTM_CMAC_TLEN_SIZE) == 0)
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h174 #define BTM_CMAC_TLEN_SIZE 8 /* 64 bits */ macro

Completed in 37 milliseconds