Home
last modified time | relevance | path

Searched refs:ecb_encrypt (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.7.0/tests/bluetooth/controller/mock_ctrl/src/
Decb.c10 __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/
Decb.c56 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/
Decb.h24 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/
Dcrypto.c29 ecb_encrypt(key, plaintext, enc_data, NULL); in bt_encrypt_le()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Decb.c64 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/
Drpa.c48 ecb_encrypt(key, plaintext, enc_data, NULL); in internal_encrypt_le()
/Zephyr-Core-3.7.0/tests/bluetooth/controller/ctrl_encrypt/src/
Dmain.c105 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/
Dull_llcp_enc.c153 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/
Drelease-notes-1.8.rst264 * ``ZEP-1836`` - Expose current ecb_encrypt() as bt_encrypt() so host can directly access it
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/
Dhci.c1477 ecb_encrypt(cmd->key, cmd->plaintext, enc_data, NULL); in le_encrypt()