Searched defs:omap_aes_dev (Results 1 – 1 of 1) sorted by relevance
157 struct omap_aes_dev { struct158 struct list_head list;159 unsigned long phys_base;160 void __iomem *io_base;161 struct omap_aes_ctx *ctx;162 struct device *dev;163 unsigned long flags;164 int err;167 struct aead_queue aead_queue;168 spinlock_t lock;[all …]
Completed in 4 milliseconds