HomeSort by: relevance | last modified time | path
    Searched defs:cr_buf (Results 1 - 4 of 4) sorted by relevancy

  /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;

Completed in 48 milliseconds