Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Datmel-aes.c185 struct atmel_aes_dev { struct
186 struct list_head list;
187 unsigned long phys_base;
188 void __iomem *io_base;
190 struct crypto_async_request *areq;
191 struct atmel_aes_base_ctx *ctx;
193 bool is_async;
194 atmel_aes_fn_t resume;
195 atmel_aes_fn_t cpu_transfer_complete;
197 struct device *dev;
[all …]