Searched refs:ecb_encrypt (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.7.0/tests/bluetooth/controller/mock_ctrl/src/ |
D | ecb.c | 10 __attribute__((weak)) void ecb_encrypt(uint8_t const *const key_le, in ecb_encrypt() function
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
D | ecb.c | 56 void ecb_encrypt(uint8_t const *const key_le, uint8_t const *const clear_text_le, in ecb_encrypt() function 156 ecb_encrypt(ltk_le, skd_le, key = key_le, NULL); in ecb_ut()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hal/ |
D | ecb.h | 24 void ecb_encrypt(uint8_t const *const key_le, uint8_t const *const clear_text_le,
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/crypto/ |
D | crypto.c | 29 ecb_encrypt(key, plaintext, enc_data, NULL); in bt_encrypt_le()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | ecb.c | 64 void ecb_encrypt(uint8_t const *const key_le, uint8_t const *const clear_text_le, in ecb_encrypt() function 182 ecb_encrypt(key, clear_text, cipher_text, NULL); in ecb_ut()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/common/ |
D | rpa.c | 48 ecb_encrypt(key, plaintext, enc_data, NULL); in internal_encrypt_le()
|
/Zephyr-Core-3.7.0/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 105 FAKE_VOID_FUNC(ecb_encrypt, uint8_t const *const, uint8_t const *const, 165 RESET_FAKE(ecb_encrypt); in enc_setup()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_enc.c | 153 ecb_encrypt(&ctx->data.enc.ltk[0], &ctx->data.enc.skd[0], NULL, &conn->lll.ccm_rx.key[0]); in enc_setup_lll()
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-1.8.rst | 264 * ``ZEP-1836`` - Expose current ecb_encrypt() as bt_encrypt() so host can directly access it
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/ |
D | hci.c | 1477 ecb_encrypt(cmd->key, cmd->plaintext, enc_data, NULL); in le_encrypt()
|