/src/sys/arch/arm/sunxi/ |
sun8i_crypto.c | 132 struct sun8i_crypto_buf cr_buf; member in struct:sun8i_crypto_softc::sun8i_crypto_rng 1322 error = sun8i_crypto_allocbuf(sc, SUN8I_CRYPTO_RNGBYTES, &rng->cr_buf, 1341 rng->cr_buf.cb_kva, SUN8I_CRYPTO_RNGBYTES, NULL, BUS_DMA_NOWAIT); 1376 fail1: sun8i_crypto_freebuf(sc, SUN8I_CRYPTO_RNGBYTES, &rng->cr_buf); 1429 uint8_t *buf = rng->cr_buf.cb_kva;
|
sun8i_crypto.c | 132 struct sun8i_crypto_buf cr_buf; member in struct:sun8i_crypto_softc::sun8i_crypto_rng 1322 error = sun8i_crypto_allocbuf(sc, SUN8I_CRYPTO_RNGBYTES, &rng->cr_buf, 1341 rng->cr_buf.cb_kva, SUN8I_CRYPTO_RNGBYTES, NULL, BUS_DMA_NOWAIT); 1376 fail1: sun8i_crypto_freebuf(sc, SUN8I_CRYPTO_RNGBYTES, &rng->cr_buf); 1429 uint8_t *buf = rng->cr_buf.cb_kva;
|
sun8i_crypto.c | 132 struct sun8i_crypto_buf cr_buf; member in struct:sun8i_crypto_softc::sun8i_crypto_rng 1322 error = sun8i_crypto_allocbuf(sc, SUN8I_CRYPTO_RNGBYTES, &rng->cr_buf, 1341 rng->cr_buf.cb_kva, SUN8I_CRYPTO_RNGBYTES, NULL, BUS_DMA_NOWAIT); 1376 fail1: sun8i_crypto_freebuf(sc, SUN8I_CRYPTO_RNGBYTES, &rng->cr_buf); 1429 uint8_t *buf = rng->cr_buf.cb_kva;
|
sun8i_crypto.c | 132 struct sun8i_crypto_buf cr_buf; member in struct:sun8i_crypto_softc::sun8i_crypto_rng 1322 error = sun8i_crypto_allocbuf(sc, SUN8I_CRYPTO_RNGBYTES, &rng->cr_buf, 1341 rng->cr_buf.cb_kva, SUN8I_CRYPTO_RNGBYTES, NULL, BUS_DMA_NOWAIT); 1376 fail1: sun8i_crypto_freebuf(sc, SUN8I_CRYPTO_RNGBYTES, &rng->cr_buf); 1429 uint8_t *buf = rng->cr_buf.cb_kva;
|