Home
last modified time | relevance | path

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

/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-trng.c31 struct ce_task *cet; in sun8i_ce_trng_read()
65 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_trng_read()
A Dsun8i-ce-prng.c67 struct ce_task *cet; in sun8i_ce_prng_generate()
119 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_prng_generate()
A Dsun8i-ce.h168 struct ce_task { struct
200 struct ce_task *tl;
A Dsun8i-ce-core.c186 struct ce_task *cet = ce->chanlist[flow].tl; in sun8i_ce_run_task()
231 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task()
250 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task()
266 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task()
717 dma_free_coherent(ce->dev, sizeof(struct ce_task), in sun8i_ce_free_chanlist()
752 sizeof(struct ce_task), in sun8i_ce_allocate_chanlist()
A Dsun8i-ce-cipher.c144 struct ce_task *cet; in sun8i_ce_cipher_prepare()
171 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_cipher_prepare()
327 struct ce_task *cet; in sun8i_ce_cipher_unprepare()
A Dsun8i-ce-hash.c328 struct ce_task *cet; in sun8i_ce_hash_run()
375 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_hash_run()

Completed in 18 milliseconds