Searched refs:clear_text (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | ecb.c | 21 uint8_t clear_text[16]; member 57 memcpy(&ecb.clear_text[0], clear_text_be, sizeof(ecb.clear_text)); in ecb_encrypt_be() 70 mem_rcopy(&ecb.clear_text[0], clear_text_le, sizeof(ecb.clear_text)); in ecb_encrypt() 174 uint8_t clear_text[16] = { 0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, in ecb_ut() local 182 ecb_encrypt(key, clear_text, cipher_text, NULL); in ecb_ut() 186 ecb.in_clear_text_le = clear_text; in ecb_ut()
|