Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/
Domap-aes.h108 struct omap_aes_reqctx { struct
109 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
/kernel/linux/linux-6.6/drivers/crypto/
Domap-aes.h106 struct omap_aes_reqctx { struct
107 struct omap_aes_dev *dd;
108 unsigned long mode;
109 u8 iv[AES_BLOCK_SIZE];
110 u32 auth_tag[AES_BLOCK_SIZE / sizeof(u32)];
111 struct skcipher_request fallback_req; // keep at the end