Searched defs:ccp_aes_cmac_req_ctx (Results 1 – 1 of 1) sorted by relevance
106 struct ccp_aes_cmac_req_ctx { struct107 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];[all …]