Home
last modified time | relevance | path

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

/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-trng.c86 err = sun8i_ce_run_task(ce, 3, "TRNG"); in sun8i_ce_trng_read()
Dsun8i-ce-prng.c144 err = sun8i_ce_run_task(ce, 3, "PRNG"); in sun8i_ce_prng_generate()
Dsun8i-ce.h355 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name);
Dsun8i-ce-hash.c406 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(areq->base.tfm)); in sun8i_ce_hash_run()
Dsun8i-ce-cipher.c286 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(breq->base.tfm)); in sun8i_ce_cipher_run()
Dsun8i-ce-core.c136 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name) in sun8i_ce_run_task() function