Searched refs:clear_text_le (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/tests/bluetooth/controller/mock_ctrl/src/ |
D | ecb.c | 11 uint8_t const *const clear_text_le, in ecb_encrypt() argument
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
D | ecb.c | 56 void ecb_encrypt(uint8_t const *const key_le, uint8_t const *const clear_text_le, in ecb_encrypt() argument 74 sys_memcpy_swap(&clear, clear_text_le, sizeof(clear)); in ecb_encrypt()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hal/ |
D | ecb.h | 24 void ecb_encrypt(uint8_t const *const key_le, uint8_t const *const clear_text_le,
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | ecb.c | 64 void ecb_encrypt(uint8_t const *const key_le, uint8_t const *const clear_text_le, in ecb_encrypt() argument 70 mem_rcopy(&ecb.clear_text[0], clear_text_le, sizeof(ecb.clear_text)); in ecb_encrypt()
|
/Zephyr-Core-3.7.0/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 111 uint8_t clear_text_le[16]; member 118 void ecb_encrypt_custom_fake(uint8_t const *const key_le, uint8_t const *const clear_text_le, in ecb_encrypt_custom_fake() argument 122 zassert_mem_equal(clear_text_le, ecb_encrypt_custom_fake_context.clear_text_le, 16); in ecb_encrypt_custom_fake() 260 memcpy(ecb_encrypt_custom_fake_context.clear_text_le, skd, 16); in ZTEST() 418 memcpy(ecb_encrypt_custom_fake_context.clear_text_le, skd, 16); in ZTEST() 1585 memcpy(ecb_encrypt_custom_fake_context.clear_text_le, skd, 16); in ZTEST() 1802 memcpy(ecb_encrypt_custom_fake_context.clear_text_le, skd, 16); in ZTEST() 2322 memcpy(ecb_encrypt_custom_fake_context.clear_text_le, skd, 16); in ZTEST() 2467 memcpy(ecb_encrypt_custom_fake_context.clear_text_le, skd, 16); in ZTEST()
|