Home
last modified time | relevance | path

Searched refs:cipher_text_le (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Decb.c57 uint8_t *const cipher_text_le, uint8_t *const cipher_text_be) in ecb_encrypt() argument
97 if (cipher_text_le) { in ecb_encrypt()
99 sys_memcpy_swap(cipher_text_le, &cipher[0], sizeof(cipher)); in ecb_encrypt()
/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() argument
/Zephyr-latest/subsys/bluetooth/controller/hal/
Decb.h27 uint8_t * const cipher_text_le, uint8_t * const cipher_text_be);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Decb.c124 uint8_t * const cipher_text_le, uint8_t * const cipher_text_be) in ecb_encrypt() argument
133 if (cipher_text_le) { in ecb_encrypt()
134 mem_rcopy(cipher_text_le, &ecb.cipher_text[0], in ecb_encrypt()
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/
Dmain.c114 uint8_t cipher_text_le[16]; member
119 uint8_t *const cipher_text_le, uint8_t *const cipher_text_be) in ecb_encrypt_custom_fake() argument
124 if (cipher_text_le) { in ecb_encrypt_custom_fake()
125 memcpy(cipher_text_le, ecb_encrypt_custom_fake_context.cipher_text_le, 16); in ecb_encrypt_custom_fake()