Searched refs:bt_mesh_ccm_decrypt (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | crypto.c | 191 static int bt_mesh_ccm_decrypt(const u8_t key[16], u8_t nonce[13], in bt_mesh_ccm_decrypt() function 658 return bt_mesh_ccm_decrypt(key, nonce, &buf->data[7], buf->len - 7, in bt_mesh_net_decrypt() 721 err = bt_mesh_ccm_decrypt(key, nonce, buf->data, buf->len, ad, in bt_mesh_app_decrypt() 848 return bt_mesh_ccm_decrypt(key, nonce, data, 25, NULL, 0, out, 8); in bt_mesh_prov_decrypt()
|
Completed in 5 milliseconds