Searched defs:sahara_aes_reqctx (Results 1 – 1 of 1) sorted by relevance
146 struct sahara_aes_reqctx { struct147 unsigned long mode;148 u8 iv_out[AES_BLOCK_SIZE];149 struct skcipher_request fallback_req; // keep at the end