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