Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c160 struct sun8i_crypto_buf ct_ctrbuf; member
528 &task->ct_ctrbuf, dmaflags); in sun8i_crypto_task_ctor()
531 task->ct_ctr = task->ct_ctrbuf.cb_kva; in sun8i_crypto_task_ctor()
582 fail2: sun8i_crypto_freebuf(sc, SUN8I_CRYPTO_MAXCTRBYTES, &task->ct_ctrbuf); in sun8i_crypto_task_ctor()
606 sun8i_crypto_freebuf(sc, SUN8I_CRYPTO_MAXCTRBYTES, &task->ct_ctrbuf); in sun8i_crypto_task_dtor()