Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/crypto/
Domap-aes.h104 struct omap_aes_reqctx { struct
105 struct omap_aes_dev *dd;
106 unsigned long mode;
107 u8 iv[AES_BLOCK_SIZE];
108 u32 auth_tag[AES_BLOCK_SIZE / sizeof(u32)];
109 struct skcipher_request fallback_req; // keep at the end