sun8i_crypto.c | 1655 struct sun8i_crypto_buf cu_buf; member in struct:sun8i_crypto_userreq 1729 error = sun8i_crypto_allocbuf(sc, size, &req->cu_buf, BUS_DMA_NOWAIT); 1743 req->cu_buf.cb_kva, SUN8I_CRYPTO_RNGBYTES, NULL, BUS_DMA_NOWAIT); 1792 node.sysctl_data = req->cu_buf.cb_kva; 1797 explicit_memset(req->cu_buf.cb_kva, 0, size); 1802 out1: sun8i_crypto_freebuf(sc, req->cu_size, &req->cu_buf); 1837 sun8i_crypto_freebuf(sc, req->cu_size, &req->cu_buf);
|