Home
last modified time | relevance | path

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

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