Home
last modified time | relevance | path

Searched defs:atmel_aes_dev (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/crypto/
Datmel-aes.c182 struct atmel_aes_dev { struct
183 struct list_head list;
184 unsigned long phys_base;
185 void __iomem *io_base;
187 struct crypto_async_request *areq;
188 struct atmel_aes_base_ctx *ctx;
190 bool is_async;
191 atmel_aes_fn_t resume;
192 atmel_aes_fn_t cpu_transfer_complete;
194 struct device *dev;
[all …]