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/ |
D | ecb.c | 24 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/ |
D | ecb.h | 22 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/ |
D | ecb.c | 51 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()
|