Searched refs:key_le (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.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 73 sys_memcpy_swap(&keyAes, key_le, sizeof(keyAes)); in ecb_encrypt() 147 uint8_t key_le[16] = {}; in ecb_ut() local 156 ecb_encrypt(ltk_le, skd_le, key = key_le, NULL); in ecb_ut()
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/mock_ctrl/src/ |
D | ecb.c | 10 __attribute__((weak)) void ecb_encrypt(uint8_t const *const key_le, in ecb_encrypt() argument
|
/Zephyr-Core-3.5.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.5.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 69 mem_rcopy(&ecb.key[0], key_le, sizeof(ecb.key)); in ecb_encrypt()
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 110 uint8_t key_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 121 zassert_mem_equal(key_le, ecb_encrypt_custom_fake_context.key_le, 16); in ecb_encrypt_custom_fake() 259 memcpy(ecb_encrypt_custom_fake_context.key_le, ltk, 16); in ZTEST() 417 memcpy(ecb_encrypt_custom_fake_context.key_le, ltk, 16); in ZTEST() 1164 memcpy(ecb_encrypt_custom_fake_context.key_le, ltk, 16); in ZTEST() 1381 memcpy(ecb_encrypt_custom_fake_context.key_le, ltk, 16); in ZTEST() 1901 memcpy(ecb_encrypt_custom_fake_context.key_le, ltk, 16); in ZTEST() 2046 memcpy(ecb_encrypt_custom_fake_context.key_le, ltk, 16); in ZTEST()
|