Searched defs:omap_aes_reqctx (Results 1 – 1 of 1) sorted by relevance
108 struct omap_aes_reqctx { struct109 struct omap_aes_dev *dd;110 unsigned long mode;111 u8 iv[AES_BLOCK_SIZE];112 u32 auth_tag[AES_BLOCK_SIZE / sizeof(u32)];113 struct skcipher_request fallback_req; // keep at the end