Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c1655 struct sun8i_crypto_buf cu_buf; member
1729 error = sun8i_crypto_allocbuf(sc, size, &req->cu_buf, BUS_DMA_NOWAIT); in sun8i_crypto_sysctl_rng()
1743 req->cu_buf.cb_kva, SUN8I_CRYPTO_RNGBYTES, NULL, BUS_DMA_NOWAIT); in sun8i_crypto_sysctl_rng()
1792 node.sysctl_data = req->cu_buf.cb_kva; in sun8i_crypto_sysctl_rng()
1797 explicit_memset(req->cu_buf.cb_kva, 0, size); in sun8i_crypto_sysctl_rng()
1802 out1: sun8i_crypto_freebuf(sc, req->cu_size, &req->cu_buf); in sun8i_crypto_sysctl_rng()
1837 sun8i_crypto_freebuf(sc, req->cu_size, &req->cu_buf); in sun8i_crypto_sysctl_rng_done()