Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_tc.c42 int bt_mesh_ccm_encrypt(const struct bt_mesh_key *key, uint8_t nonce[13], const uint8_t *plaintext, in bt_mesh_ccm_encrypt() function
Dcrypto.c401 err = bt_mesh_ccm_encrypt(key, nonce, &buf->data[7], buf->len - 7, NULL, 0, in bt_mesh_net_encrypt()
469 err = bt_mesh_ccm_encrypt(key, nonce, buf->data, buf->len, ctx->ad, in bt_mesh_app_encrypt()
686 err = bt_mesh_ccm_encrypt(key, nonce, data, 25, NULL, 0, out, 8); in bt_mesh_prov_encrypt()
Dcrypto.h26 int bt_mesh_ccm_encrypt(const struct bt_mesh_key *key, uint8_t nonce[13], const uint8_t *plaintext,
Dcrypto_psa.c79 int bt_mesh_ccm_encrypt(const struct bt_mesh_key *key, uint8_t nonce[13], in bt_mesh_ccm_encrypt() function