Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c229 static int sun8i_crypto_allocbuf(struct sun8i_crypto_softc *, size_t,
515 error = sun8i_crypto_allocbuf(sc, sizeof(*task->ct_desc), in sun8i_crypto_task_ctor()
522 error = sun8i_crypto_allocbuf(sc, SUN8I_CRYPTO_MAXIVBYTES, in sun8i_crypto_task_ctor()
527 error = sun8i_crypto_allocbuf(sc, SUN8I_CRYPTO_MAXCTRBYTES, in sun8i_crypto_task_ctor()
1266 sun8i_crypto_allocbuf(struct sun8i_crypto_softc *sc, size_t size, in sun8i_crypto_allocbuf() function
1322 error = sun8i_crypto_allocbuf(sc, SUN8I_CRYPTO_RNGBYTES, &rng->cr_buf, in sun8i_crypto_rng_attach()
1494 error = sun8i_crypto_allocbuf(sc, nbytes, &selftest->cs_in, in sun8i_crypto_selftest()
1500 error = sun8i_crypto_allocbuf(sc, keybytes, &selftest->cs_key, in sun8i_crypto_selftest()
1506 error = sun8i_crypto_allocbuf(sc, nbytes, &selftest->cs_out, in sun8i_crypto_selftest()
1729 error = sun8i_crypto_allocbuf(sc, size, &req->cu_buf, BUS_DMA_NOWAIT); in sun8i_crypto_sysctl_rng()