Searched refs:sun8i_ce_run_task (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-trng.c | 84 err = sun8i_ce_run_task(ce, 3, "TRNG"); in sun8i_ce_trng_read()
|
H A D | sun8i-ce-prng.c | 142 err = sun8i_ce_run_task(ce, 3, "PRNG"); in sun8i_ce_prng_generate()
|
H A D | sun8i-ce.h | 358 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name);
|
H A D | sun8i-ce-hash.c | 463 err = sun8i_ce_run_task(ce, flow, crypto_ahash_alg_name(tfm)); in sun8i_ce_hash_run()
|
H A D | sun8i-ce-cipher.c | 357 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 | 158 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name) in sun8i_ce_run_task() function
|