Searched refs:bt_mesh_app_encrypt (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | crypto.h | 141 int bt_mesh_app_encrypt(const uint8_t key[16], bool dev_key, uint8_t aszmic,
|
D | crypto.c | 673 int bt_mesh_app_encrypt(const uint8_t key[16], bool dev_key, uint8_t aszmic, in bt_mesh_app_encrypt() function
|
D | friend.c | 443 return bt_mesh_app_encrypt(meta->key, meta->is_dev_key, 0, &sdu, in unseg_app_sdu_encrypt()
|
D | transport.c | 644 err = bt_mesh_app_encrypt(key, tx->ctx->app_idx == BLE_MESH_KEY_DEV, in bt_mesh_trans_send()
|