Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/
Domap-aes.c145 struct omap_aes_dev { struct
146 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 …]