Searched refs:ct_ivmap (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/arch/arm/sunxi/ |
| H A D | sun8i_crypto.c | 164 bus_dmamap_t ct_ivmap; /* IV input */ member 549 SUN8I_CRYPTO_MAXIVBYTES, 0, dmaflags, &task->ct_ivmap); in sun8i_crypto_task_ctor() 577 fail7: bus_dmamap_destroy(sc->sc_dmat, task->ct_ivmap); in sun8i_crypto_task_ctor() 601 bus_dmamap_destroy(sc->sc_dmat, task->ct_ivmap); in sun8i_crypto_task_dtor() 711 bus_dmamap_t ivmap = task->ct_ivmap; in sun8i_crypto_task_load() 1242 bus_dmamap_sync(sc->sc_dmat, task->ct_ivmap, 0, in sun8i_crypto_chan_done() 1243 task->ct_ivmap->dm_segs[0].ds_len, BUS_DMASYNC_POSTWRITE); in sun8i_crypto_chan_done() 2272 error = bus_dmamap_load(sc->sc_dmat, task->ct_ivmap, iv, ivlen, in sun8i_crypto_process() 2506 bus_dmamap_unload(sc->sc_dmat, task->ct_ivmap); in sun8i_crypto_process() 2544 bus_dmamap_unload(sc->sc_dmat, task->ct_ivmap); in sun8i_crypto_callback()
|