Lines Matching defs:ccp_aes_cmac_req_ctx
128 struct ccp_aes_cmac_req_ctx { struct
129 unsigned int null_msg;
130 unsigned int final;
132 struct scatterlist *src;
133 unsigned int nbytes;
135 u64 hash_cnt;
136 unsigned int hash_rem;
138 struct sg_table data_sg;
140 struct scatterlist iv_sg;
141 u8 iv[AES_BLOCK_SIZE];
143 struct scatterlist buf_sg;
144 unsigned int buf_count;
145 u8 buf[AES_BLOCK_SIZE];
147 struct scatterlist pad_sg;
148 unsigned int pad_count;
149 u8 pad[AES_BLOCK_SIZE];
151 struct ccp_cmd cmd;