Home
last modified time | relevance | path

Searched defs:cipher_text_be (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Decb.c12 uint8_t *const cipher_text_le, uint8_t *const cipher_text_be) in ecb_encrypt()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Decb.c25 uint8_t *const cipher_text_be) in ecb_encrypt_be()
57 uint8_t *const cipher_text_le, uint8_t *const cipher_text_be) in ecb_encrypt()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Decb.c111 uint8_t * const cipher_text_be) in ecb_encrypt_be()
124 uint8_t * const cipher_text_le, uint8_t * const cipher_text_be) in ecb_encrypt()
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/
Dmain.c115 uint8_t cipher_text_be[16]; member
119 uint8_t *const cipher_text_le, uint8_t *const cipher_text_be) in ecb_encrypt_custom_fake()