Home
last modified time | relevance | path

Searched refs:cipher_text_actual (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Decb.c265 uint8_t cipher_text_actual[16]; in ecb_ut() local
268 (void)memset(cipher_text_actual, 0, sizeof(cipher_text_actual)); in ecb_ut()
269 ecb_encrypt(key, clear_text, cipher_text_actual, NULL); in ecb_ut()
271 status = memcmp(cipher_text_actual, cipher_text_expected, in ecb_ut()
272 sizeof(cipher_text_actual)); in ecb_ut()