Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dcrypto.c37 #define APP_MIC_LEN(aszmic) ((aszmic) ? 8 : 4) macro
697 ad ? 16 : 0, buf->data, APP_MIC_LEN(aszmic)); in bt_mesh_app_encrypt()
699 net_buf_simple_add(buf, APP_MIC_LEN(aszmic)); in bt_mesh_app_encrypt()
722 ad ? 16 : 0, out->data, APP_MIC_LEN(aszmic)); in bt_mesh_app_decrypt()
A Dtransport.c61 #define APP_MIC_LEN(aszmic) ((aszmic) ? 8 : 4) macro
642 if (buf->len < 1 + APP_MIC_LEN(aszmic)) { in sdu_recv()
659 buf->len -= APP_MIC_LEN(aszmic); in sdu_recv()

Completed in 5 milliseconds