Searched defs:aszmic (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | crypto.c | 23 #define APP_MIC_LEN(aszmic) ((aszmic) ? 8 : 4) argument 655 static void create_app_nonce(uint8_t nonce[13], bool dev_key, uint8_t aszmic, in create_app_nonce() 673 int bt_mesh_app_encrypt(const uint8_t key[16], bool dev_key, uint8_t aszmic, in bt_mesh_app_encrypt() 699 int bt_mesh_app_decrypt(const uint8_t key[16], bool dev_key, uint8_t aszmic, in bt_mesh_app_decrypt()
|
D | transport.c | 41 #define APP_MIC_LEN(aszmic) ((aszmic) ? BLE_MESH_MIC_LONG : BLE_MESH_MIC_SHORT) argument 735 uint8_t aszmic, struct net_buf_simple *buf) in sdu_recv()
|
D | net.h | 311 aszmic:1, member
|