Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-trng.c84 err = sun8i_ce_run_task(ce, 3, "TRNG"); in sun8i_ce_trng_read()
H A Dsun8i-ce-prng.c142 err = sun8i_ce_run_task(ce, 3, "PRNG"); in sun8i_ce_prng_generate()
H A Dsun8i-ce.h358 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name);
H A Dsun8i-ce-hash.c463 err = sun8i_ce_run_task(ce, flow, crypto_ahash_alg_name(tfm)); in sun8i_ce_hash_run()
H A Dsun8i-ce-cipher.c357 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(breq->base.tfm)); in sun8i_ce_cipher_run()
H A Dsun8i-ce-core.c158 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name) in sun8i_ce_run_task() function