Searched refs:ce_task (Results 1 – 6 of 6) sorted by relevance
| /drivers/crypto/allwinner/sun8i-ce/ |
| A D | sun8i-ce-trng.c | 31 struct ce_task *cet; in sun8i_ce_trng_read() 65 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_trng_read()
|
| A D | sun8i-ce-prng.c | 67 struct ce_task *cet; in sun8i_ce_prng_generate() 119 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_prng_generate()
|
| A D | sun8i-ce.h | 168 struct ce_task { struct 200 struct ce_task *tl;
|
| A D | sun8i-ce-core.c | 186 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 D | sun8i-ce-cipher.c | 144 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 D | sun8i-ce-hash.c | 328 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