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