Searched refs:cipher_text_le (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
D | ecb.c | 57 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/ |
D | ecb.c | 12 uint8_t *const cipher_text_le, uint8_t *const cipher_text_be) in ecb_encrypt() argument
|
/Zephyr-latest/subsys/bluetooth/controller/hal/ |
D | ecb.h | 27 uint8_t * const cipher_text_le, uint8_t * const cipher_text_be);
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | ecb.c | 124 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/ |
D | main.c | 114 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()
|