Searched defs:ccp_aes_cmac_req_ctx (Results 1 – 1 of 1) sorted by relevance
125 struct ccp_aes_cmac_req_ctx { struct126 unsigned int null_msg;127 unsigned int final;129 struct scatterlist *src;130 unsigned int nbytes;132 u64 hash_cnt;133 unsigned int hash_rem;135 struct sg_table data_sg;137 struct scatterlist iv_sg;138 u8 iv[AES_BLOCK_SIZE];[all …]