Searched defs:ccp_aes_req_ctx (Results 1 – 2 of 2) 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
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