Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Domap-aes.c146 struct omap_aes_dev { struct
147 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 …]