Searched refs:ecb_encrypt (Results  1 – 10 of 10) sorted by relevance
| /Zephyr-latest/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-latest/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-latest/subsys/bluetooth/controller/hal/ | 
| D | ecb.h | 26 void ecb_encrypt(uint8_t const *const key_le, uint8_t const *const clear_text_le,
  | 
| /Zephyr-latest/subsys/bluetooth/controller/crypto/ | 
| D | crypto.c | 29 	ecb_encrypt(key, plaintext, enc_data, NULL);  in bt_encrypt_le()
  | 
| /Zephyr-latest/subsys/bluetooth/common/ | 
| D | rpa.c | 48 	ecb_encrypt(key, plaintext, enc_data, NULL);  in internal_encrypt_le()
  | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ | 
| D | ecb.c | 123 void ecb_encrypt(uint8_t const *const key_le, uint8_t const *const clear_text_le,  in ecb_encrypt()  function 269 	ecb_encrypt(key, clear_text, cipher_text_actual, NULL);  in ecb_ut()
  | 
| /Zephyr-latest/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-latest/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-latest/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-latest/subsys/bluetooth/controller/hci/ | 
| D | hci.c | 1525 	ecb_encrypt(cmd->key, cmd->plaintext, enc_data, NULL);  in le_encrypt()
  |