Lines Matching defs:ccp_aes_cmac_req_ctx
129 struct ccp_aes_cmac_req_ctx { struct
130 unsigned int null_msg;
131 unsigned int final;
133 struct scatterlist *src;
134 unsigned int nbytes;
136 u64 hash_cnt;
137 unsigned int hash_rem;
139 struct sg_table data_sg;
141 struct scatterlist iv_sg;
142 u8 iv[AES_BLOCK_SIZE];
144 struct scatterlist buf_sg;
145 unsigned int buf_count;
146 u8 buf[AES_BLOCK_SIZE];
148 struct scatterlist pad_sg;
149 unsigned int pad_count;
150 u8 pad[AES_BLOCK_SIZE];
152 struct ccp_cmd cmd;