Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.c23 #define APP_MIC_LEN(aszmic) ((aszmic) ? 8 : 4) macro
690 ad ? 16 : 0, buf->data, APP_MIC_LEN(aszmic)); in bt_mesh_app_encrypt()
692 net_buf_simple_add(buf, APP_MIC_LEN(aszmic)); in bt_mesh_app_encrypt()
715 ad ? 16 : 0, out->data, APP_MIC_LEN(aszmic)); in bt_mesh_app_decrypt()
Dtransport.c41 #define APP_MIC_LEN(aszmic) ((aszmic) ? BLE_MESH_MIC_LONG : BLE_MESH_MIC_SHORT) macro
746 if (buf->len < 1 + APP_MIC_LEN(aszmic)) { in sdu_recv()
764 buf->len -= APP_MIC_LEN(aszmic); in sdu_recv()