Searched refs:sun8i_ce_run_task (Results 1 – 6 of 6) sorted by relevance
/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-trng.c | 86 err = sun8i_ce_run_task(ce, 3, "TRNG"); in sun8i_ce_trng_read()
|
D | sun8i-ce-prng.c | 144 err = sun8i_ce_run_task(ce, 3, "PRNG"); in sun8i_ce_prng_generate()
|
D | sun8i-ce.h | 355 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name);
|
D | sun8i-ce-hash.c | 406 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(areq->base.tfm)); in sun8i_ce_hash_run()
|
D | sun8i-ce-cipher.c | 286 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(breq->base.tfm)); in sun8i_ce_cipher_run()
|
D | sun8i-ce-core.c | 136 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name) in sun8i_ce_run_task() function
|