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

  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 203 static int sun8i_crypto_task_load(struct sun8i_crypto_softc *,
674 * sun8i_crypto_task_load(sc, task, nbytes, tdqc, tdqs, tdqa)
684 sun8i_crypto_task_load(struct sun8i_crypto_softc *sc, function in typeref:typename:int
830 return sun8i_crypto_task_load(sc, task, nbytes, tdqc, 0, 0);
873 return sun8i_crypto_task_load(sc, task, nbytes, tdqc, tdqs, 0);
880 * with sun8i_crypto_task_load. On success, guarantees to
1230 * sun8i_crypto_task_load.
2486 error = sun8i_crypto_task_load(sc, task, crd->crd_len,

Completed in 49 milliseconds