Searched refs:bt_mesh_ccm_encrypt (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | crypto.c | 354 static int bt_mesh_ccm_encrypt(const uint8_t key[16], uint8_t nonce[13], in bt_mesh_ccm_encrypt() function 618 err = bt_mesh_ccm_encrypt(key, nonce, &buf->data[7], buf->len - 7, in bt_mesh_net_encrypt() 689 err = bt_mesh_ccm_encrypt(key, nonce, buf->data, buf->len, ad, in bt_mesh_app_encrypt() 848 return bt_mesh_ccm_encrypt(key, nonce, data, 25, NULL, 0, out, 8); in bt_mesh_prov_encrypt()
|