Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc1750 (uint16_t)(len + 4), BTM_CMAC_TLEN_SIZE, p_mac); in BTM_BleDataSignature()
1783 uint8_t p_mac[BTM_CMAC_TLEN_SIZE]; in BTM_BleVerifySignature()
1797 BTM_CMAC_TLEN_SIZE, p_mac); in BTM_BleVerifySignature()
1798 if (CRYPTO_memcmp(p_mac, p_comp, BTM_CMAC_TLEN_SIZE) == 0) { in BTM_BleVerifySignature()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_api_types.h206 #define BTM_CMAC_TLEN_SIZE 8 /* 64 bits */ macro