Lines Matching defs:ccp_aes_cmac_req_ctx
106 struct ccp_aes_cmac_req_ctx { struct
107 unsigned int null_msg;
108 unsigned int final;
110 struct scatterlist *src;
111 unsigned int nbytes;
113 u64 hash_cnt;
114 unsigned int hash_rem;
116 struct sg_table data_sg;
118 struct scatterlist iv_sg;
119 u8 iv[AES_BLOCK_SIZE];
121 struct scatterlist buf_sg;
122 unsigned int buf_count;
123 u8 buf[AES_BLOCK_SIZE];
125 struct scatterlist pad_sg;
126 unsigned int pad_count;
127 u8 pad[AES_BLOCK_SIZE];
129 struct ccp_cmd cmd;