Home
last modified time | relevance | path

Searched refs:key_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
32 memcpy(&keyAes, key_be, sizeof(keyAes)); 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
56 memcpy(&ecb.key[0], key_be, sizeof(ecb.key)); in ecb_encrypt_be()