Searched refs:bt_mesh_ccm_encrypt (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | crypto.c | 349 static int bt_mesh_ccm_encrypt(const u8_t key[16], u8_t nonce[13], in bt_mesh_ccm_encrypt() function 621 err = bt_mesh_ccm_encrypt(key, nonce, &buf->data[7], buf->len - 7, in bt_mesh_net_encrypt() 696 err = bt_mesh_ccm_encrypt(key, nonce, buf->data, buf->len, ad, in bt_mesh_app_encrypt() 855 return bt_mesh_ccm_encrypt(key, nonce, data, 25, NULL, 0, out, 8); in bt_mesh_prov_encrypt()
|
Completed in 3 milliseconds