Searched refs:bt_ccm_encrypt (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/ |
D | crypto.h | 116 int bt_ccm_encrypt(const uint8_t key[16], uint8_t nonce[13],
|
/Zephyr-latest/tests/bluetooth/bt_crypto_ccm/src/ |
D | test_bt_crypto_ccm.c | 38 err = bt_ccm_encrypt(p->key, p->nonce, &p->input[p->aad_len], in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto_tc.c | 46 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/ |
D | ead.c | 93 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/ |
D | aes_ccm.c | 212 int bt_ccm_encrypt(const uint8_t key[16], uint8_t nonce[13], in bt_ccm_encrypt() function
|