Searched refs:ce_task (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
H A 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()
|
H A D | sun8i-ce-prng.c | 69 struct ce_task *cet; in sun8i_ce_prng_generate() 123 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_prng_generate()
|
H A 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()
|
H A D | sun8i-ce.h | 35 /* Used in struct ce_task */ 36 /* ce_task common */ 42 /* ce_task symmetric */ 162 * struct ce_task - CE Task descriptor 165 struct ce_task { struct 186 * @tl: pointer to the current ce_task for this flow 195 struct ce_task *tl;
|
H A D | sun8i-ce-cipher.c | 89 struct ce_task *cet; in sun8i_ce_cipher_prepare() 115 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_cipher_prepare() 298 struct ce_task *cet; in sun8i_ce_cipher_unprepare()
|
H A D | sun8i-ce-hash.c | 259 struct ce_task *cet; in sun8i_ce_hash_run() 310 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_hash_run()
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/ |
H 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()
|
H 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()
|
H A D | sun8i-ce.h | 36 /* Used in struct ce_task */ 37 /* ce_task common */ 43 /* ce_task symmetric */ 164 * struct ce_task - CE Task descriptor 167 struct ce_task { struct 188 * @tl: pointer to the current ce_task for this flow 199 struct ce_task *tl;
|
H A D | sun8i-ce-core.c | 162 struct ce_task *cet = ce->chanlist[flow].tl; in sun8i_ce_run_task() 207 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task() 226 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task() 242 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task() 699 dma_free_coherent(ce->dev, sizeof(struct ce_task), in sun8i_ce_free_chanlist() 734 sizeof(struct ce_task), in sun8i_ce_allocate_chanlist()
|
H A D | sun8i-ce-cipher.c | 130 struct ce_task *cet; in sun8i_ce_cipher_prepare() 158 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_cipher_prepare() 327 struct ce_task *cet; in sun8i_ce_cipher_unprepare()
|
H A D | sun8i-ce-hash.c | 339 struct ce_task *cet; in sun8i_ce_hash_run() 387 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_hash_run()
|
Completed in 9 milliseconds