Home
last modified time | relevance | path

Searched refs:bt_ead_decrypt (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dead.h103 int bt_ead_decrypt(const uint8_t session_key[BT_EAD_KEY_SIZE], const uint8_t iv[BT_EAD_IV_SIZE],
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/
Dcentral.c40 err = bt_ead_decrypt(sample_data->session_key, sample_data->iv, data->data, in data_parse_cb()
/Zephyr-latest/subsys/bluetooth/lib/
Dead.c208 int bt_ead_decrypt(const uint8_t session_key[BT_EAD_KEY_SIZE], const uint8_t iv[BT_EAD_IV_SIZE], in bt_ead_decrypt() function
/Zephyr-latest/samples/bluetooth/encrypted_advertising/
DREADME.rst18 To use the :c:func:`bt_ead_encrypt` and :c:func:`bt_ead_decrypt` functions, you must enable
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c68 err = bt_ead_decrypt(keymat.session_key, keymat.iv, data->data, data->data_len, in data_parse_cb()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c454 ead_err = bt_ead_decrypt(bt_shell_ead_session_key, bt_shell_ead_iv, in data_verbose_cb()