Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c2342 BTM_CMAC_TLEN_SIZE, p_mac)) == TRUE) {
2377 UINT8 p_mac[BTM_CMAC_TLEN_SIZE];
2389 … if (aes_cipher_msg_auth_code(p_rec->ble.keys.pcsrk, p_orig, len, BTM_CMAC_TLEN_SIZE, p_mac)) {
2390 if (memcmp(p_mac, p_comp, BTM_CMAC_TLEN_SIZE) == 0) {
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h200 #define BTM_CMAC_TLEN_SIZE 8 /* 64 bits */ macro