Searched defs:ccp_aes_req_ctx (Results 1 – 1 of 1) sorted by relevance
112 struct ccp_aes_req_ctx { struct113 struct scatterlist iv_sg;114 u8 iv[AES_BLOCK_SIZE];116 struct scatterlist tag_sg;117 u8 tag[AES_BLOCK_SIZE];120 u8 *rfc3686_info;121 u8 rfc3686_iv[AES_BLOCK_SIZE];123 struct ccp_cmd cmd;125 struct skcipher_request fallback_req; // keep at the end