Home
last modified time | relevance | path

Searched refs:clear_text_be (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Decb.c24 void ecb_encrypt_be(uint8_t const *const key_be, uint8_t const *const clear_text_be, in ecb_encrypt_be() argument
49 status = CAU3_AES_Encrypt(CAU3, &handle, clear_text_be, cipher_text_be); in ecb_encrypt_be()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/hal/
Decb.h22 void ecb_encrypt_be(uint8_t const *const key_be, uint8_t const *const clear_text_be,
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Decb.c51 void ecb_encrypt_be(uint8_t const *const key_be, uint8_t const *const clear_text_be, in ecb_encrypt_be() argument
57 memcpy(&ecb.clear_text[0], clear_text_be, sizeof(ecb.clear_text)); in ecb_encrypt_be()