Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c175 void (*ct_callback)(struct sun8i_crypto_softc *, member
634 task->ct_callback = callback; in sun8i_crypto_task_get()
668 task->ct_cookie = task->ct_callback; in sun8i_crypto_task_put()
669 task->ct_callback = &sun8i_crypto_task_invalid; in sun8i_crypto_task_put()
1252 (*task->ct_callback)(sc, task, task->ct_cookie, error); in sun8i_crypto_chan_done()