Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Decb.c232 struct ecb_ut_context { struct
240 struct ecb_ut_context *ecb_ut_context = in ecb_cb() argument
241 (struct ecb_ut_context *)context; in ecb_cb()
243 ecb_ut_context->done = 1U; in ecb_cb()
244 ecb_ut_context->status = status; in ecb_cb()
246 mem_rcopy(ecb_ut_context->cipher_text, cipher_be, in ecb_cb()
247 sizeof(ecb_ut_context->cipher_text)); in ecb_cb()
285 struct ecb_ut_context context; in ecb_ut()