Searched defs:ccp_aes_req_ctx (Results 1 – 1 of 1) sorted by relevance
113 struct ccp_aes_req_ctx { struct114 struct scatterlist iv_sg;115 u8 iv[AES_BLOCK_SIZE];117 struct scatterlist tag_sg;118 u8 tag[AES_BLOCK_SIZE];121 u8 *rfc3686_info;122 u8 rfc3686_iv[AES_BLOCK_SIZE];124 struct ccp_cmd cmd;126 struct skcipher_request fallback_req; // keep at the end