Home
last modified time | relevance | path

Searched defs:ccp_aes_cmac_req_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/crypto/ccp/
Dccp-crypto.h129 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];
[all …]