Searched refs:ce_task (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/ |
| D | sun8i-ce-trng.c | 31 struct ce_task *cet; in sun8i_ce_trng_read() 67 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_trng_read()
|
| D | sun8i-ce-prng.c | 69 struct ce_task *cet; in sun8i_ce_prng_generate() 122 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_prng_generate()
|
| D | sun8i-ce.h | 165 struct ce_task { struct 195 struct ce_task *tl;
|
| D | sun8i-ce-core.c | 140 struct ce_task *cet = ce->chanlist[flow].tl; in sun8i_ce_run_task() 185 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task() 203 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task() 219 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task() 613 dma_free_coherent(ce->dev, sizeof(struct ce_task), in sun8i_ce_free_chanlist() 648 sizeof(struct ce_task), in sun8i_ce_allocate_chanlist()
|
| D | sun8i-ce-cipher.c | 88 struct ce_task *cet; in sun8i_ce_cipher_prepare() 114 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_cipher_prepare() 295 struct ce_task *cet; in sun8i_ce_cipher_unprepare()
|
| D | sun8i-ce-hash.c | 258 struct ce_task *cet; in sun8i_ce_hash_run() 305 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_hash_run()
|