Searched refs:ce_task (Results 1 – 6 of 6) sorted by relevance
| /linux/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 | 172 struct ce_task { struct 201 struct ce_task *tl;
|
| H A D | sun8i-ce-hash.c | 316 static int sun8i_ce_hash_prepare(struct ahash_request *areq, struct ce_task *cet) in sun8i_ce_hash_prepare() 350 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_hash_prepare() 444 struct ce_task *cet) in sun8i_ce_hash_unprepare()
|
| H A D | sun8i-ce-cipher.c | 135 struct ce_task *cet) in sun8i_ce_cipher_prepare() 164 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_cipher_prepare() 311 struct ce_task *cet) in sun8i_ce_cipher_unprepare()
|
| H A D | sun8i-ce-core.c | 175 chan->tl, sizeof(struct ce_task), false); in sun8i_ce_dump_task_descriptors() 718 dma_free_coherent(ce->dev, sizeof(struct ce_task), in sun8i_ce_free_chanlist() 753 sizeof(struct ce_task), in sun8i_ce_allocate_chanlist()
|