Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dcrypto.h116 int bt_ccm_encrypt(const uint8_t key[16], uint8_t nonce[13],
/Zephyr-latest/tests/bluetooth/bt_crypto_ccm/src/
Dtest_bt_crypto_ccm.c38 err = bt_ccm_encrypt(p->key, p->nonce, &p->input[p->aad_len], in ZTEST()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_tc.c46 return bt_ccm_encrypt(key->key, nonce, plaintext, len, aad, aad_len, enc_data, mic_size); in bt_mesh_ccm_encrypt()
/Zephyr-latest/subsys/bluetooth/lib/
Dead.c93 err = bt_ccm_encrypt(session_key, nonce, payload, payload_size, bt_ead_aad, BT_EAD_AAD_SIZE, in ead_encrypt()
/Zephyr-latest/subsys/bluetooth/host/
Daes_ccm.c212 int bt_ccm_encrypt(const uint8_t key[16], uint8_t nonce[13], in bt_ccm_encrypt() function