Searched defs:omap_aes_dev (Results 1 – 1 of 1) sorted by relevance
146 struct omap_aes_dev { struct147 struct list_head list;148 unsigned long phys_base;149 void __iomem *io_base;150 struct omap_aes_ctx *ctx;151 struct device *dev;152 unsigned long flags;153 int err;155 spinlock_t lock;156 struct crypto_queue queue;[all …]