sun8i_crypto_allocbuf
error = sun8i_crypto_allocbuf(sc, SUN8I_CRYPTO_RNGBYTES, &rng->cr_buf,
error = sun8i_crypto_allocbuf(sc, nbytes, &selftest->cs_in,
error = sun8i_crypto_allocbuf(sc, keybytes, &selftest->cs_key,
error = sun8i_crypto_allocbuf(sc, nbytes, &selftest->cs_out,
error = sun8i_crypto_allocbuf(sc, size, &req->cu_buf, BUS_DMA_NOWAIT);
static int sun8i_crypto_allocbuf(struct sun8i_crypto_softc *, size_t,
error = sun8i_crypto_allocbuf(sc, sizeof(*task->ct_desc),
error = sun8i_crypto_allocbuf(sc, SUN8I_CRYPTO_MAXIVBYTES,
error = sun8i_crypto_allocbuf(sc, SUN8I_CRYPTO_MAXCTRBYTES,