Searched refs:cipher_text_be (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
D | ecb.c | 25 uint8_t *const cipher_text_be) in ecb_encrypt_be() argument 49 status = CAU3_AES_Encrypt(CAU3, &handle, clear_text_be, cipher_text_be); in ecb_encrypt_be() 57 uint8_t *const cipher_text_le, uint8_t *const cipher_text_be) in ecb_encrypt() argument 102 if (cipher_text_be) { in ecb_encrypt() 103 memcpy(cipher_text_be, &cipher, sizeof(cipher)); in ecb_encrypt()
|
/Zephyr-latest/subsys/bluetooth/controller/hal/ |
D | ecb.h | 25 uint8_t * const cipher_text_be); 27 uint8_t * const cipher_text_le, uint8_t * const cipher_text_be);
|
/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/ll_sw/nordic/hal/nrf5/ |
D | ecb.c | 111 uint8_t * const cipher_text_be) in ecb_encrypt_be() argument 120 memcpy(cipher_text_be, &ecb.cipher_text[0], sizeof(ecb.cipher_text)); in ecb_encrypt_be() 124 uint8_t * const cipher_text_le, uint8_t * const cipher_text_be) in ecb_encrypt() argument 138 if (cipher_text_be) { in ecb_encrypt() 139 memcpy(cipher_text_be, &ecb.cipher_text[0], in ecb_encrypt()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 115 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() argument 128 if (cipher_text_be) { in ecb_encrypt_custom_fake() 129 memcpy(cipher_text_be, ecb_encrypt_custom_fake_context.cipher_text_be, 16); in ecb_encrypt_custom_fake() 261 memcpy(ecb_encrypt_custom_fake_context.cipher_text_be, sk_be, 16); in ZTEST() 419 memcpy(ecb_encrypt_custom_fake_context.cipher_text_be, sk_be, 16); in ZTEST() 1586 memcpy(ecb_encrypt_custom_fake_context.cipher_text_be, sk_be, 16); in ZTEST() 1803 memcpy(ecb_encrypt_custom_fake_context.cipher_text_be, sk_be, 16); in ZTEST() 2323 memcpy(ecb_encrypt_custom_fake_context.cipher_text_be, sk_be, 16); in ZTEST() 2468 memcpy(ecb_encrypt_custom_fake_context.cipher_text_be, sk_be, 16); in ZTEST()
|