Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dcrypto.h92 int bt_ccm_decrypt(const uint8_t key[16], uint8_t nonce[13], const uint8_t *enc_data,
/Zephyr-Core-3.5.0/tests/bluetooth/bt_crypto_ccm/src/
Dtest_bt_crypto_ccm.c56 err = bt_ccm_decrypt(p->key, p->nonce, &encrypted_data[p->aad_len], in ZTEST()
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dcrypto_tc.c53 return bt_ccm_decrypt(key->key, nonce, enc_data, len, aad, aad_len, plaintext, mic_size); in bt_mesh_ccm_decrypt()
/Zephyr-Core-3.5.0/subsys/bluetooth/lib/
Dead.c197 err = bt_ccm_decrypt(session_key, nonce, encrypted_ad_data, payload_size, bt_ead_aad, in ead_decrypt()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Daes_ccm.c191 int bt_ccm_decrypt(const uint8_t key[16], uint8_t nonce[13], in bt_ccm_decrypt() function