Searched refs:bt_ead_decrypt (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | ead.h | 103 int bt_ead_decrypt(const uint8_t session_key[BT_EAD_KEY_SIZE], const uint8_t iv[BT_EAD_IV_SIZE],
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/ |
D | central.c | 40 err = bt_ead_decrypt(sample_data->session_key, sample_data->iv, data->data, in data_parse_cb()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/lib/ |
D | ead.c | 208 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-Core-3.5.0/samples/bluetooth/encrypted_advertising/ |
D | README.rst | 17 To use the `bt_ead_encrypt` and `bt_ead_decrypt` functions, you must enable
|
/Zephyr-Core-3.5.0/samples/bluetooth/encrypted_advertising/central/src/ |
D | central_ead.c | 68 err = bt_ead_decrypt(keymat.session_key, keymat.iv, data->data, data->data_len, in data_parse_cb()
|