Searched refs:ecb_encrypt_custom_fake_context (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 116 } ecb_encrypt_custom_fake_context; variable 121 zassert_mem_equal(key_le, ecb_encrypt_custom_fake_context.key_le, 16); in ecb_encrypt_custom_fake() 122 zassert_mem_equal(clear_text_le, ecb_encrypt_custom_fake_context.clear_text_le, 16); in ecb_encrypt_custom_fake() 125 memcpy(cipher_text_le, ecb_encrypt_custom_fake_context.cipher_text_le, 16); in ecb_encrypt_custom_fake() 129 memcpy(cipher_text_be, ecb_encrypt_custom_fake_context.cipher_text_be, 16); in ecb_encrypt_custom_fake() 166 memset(&ecb_encrypt_custom_fake_context, 0, sizeof(ecb_encrypt_custom_fake_context)); in enc_setup() 259 memcpy(ecb_encrypt_custom_fake_context.key_le, ltk, 16); in ZTEST() 260 memcpy(ecb_encrypt_custom_fake_context.clear_text_le, skd, 16); in ZTEST() 261 memcpy(ecb_encrypt_custom_fake_context.cipher_text_be, sk_be, 16); in ZTEST() 417 memcpy(ecb_encrypt_custom_fake_context.key_le, ltk, 16); in ZTEST() [all …]
|