Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Decb.c261 uint8_t cipher_text_expected[] = { in ecb_ut() local
271 status = memcmp(cipher_text_actual, cipher_text_expected, in ecb_ut()
305 status = memcmp(cipher_text_expected, context.cipher_text, in ecb_ut()
306 sizeof(cipher_text_expected)); in ecb_ut()