Searched refs:sun8i_ce_run_task (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-trng.c | 86 err = sun8i_ce_run_task(ce, 3, "TRNG"); in sun8i_ce_trng_read()
|
| H A D | sun8i-ce-prng.c | 145 err = sun8i_ce_run_task(ce, 3, "PRNG"); in sun8i_ce_prng_generate()
|
| H A D | sun8i-ce.h | 354 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name);
|
| H A D | sun8i-ce-hash.c | 405 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(areq->base.tfm)); in sun8i_ce_hash_run()
|
| H A D | sun8i-ce-cipher.c | 283 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(breq->base.tfm)); in sun8i_ce_cipher_run()
|
| H A 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
|