Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.c195 static int bt_mesh_ccm_decrypt(const uint8_t key[16], uint8_t nonce[13], in bt_mesh_ccm_decrypt() function
651 return bt_mesh_ccm_decrypt(key, nonce, &buf->data[7], buf->len - 7, in bt_mesh_net_decrypt()
714 err = bt_mesh_ccm_decrypt(key, nonce, buf->data, buf->len, ad, in bt_mesh_app_decrypt()
841 return bt_mesh_ccm_decrypt(key, nonce, data, 25, NULL, 0, out, 8); in bt_mesh_prov_decrypt()