Lines Matching defs:atmel_aes_gcm_ctx
126 struct atmel_aes_gcm_ctx { struct
127 struct atmel_aes_base_ctx base;
129 struct scatterlist src[2];
130 struct scatterlist dst[2];
132 __be32 j0[AES_BLOCK_SIZE / sizeof(u32)];
133 u32 tag[AES_BLOCK_SIZE / sizeof(u32)];
134 __be32 ghash[AES_BLOCK_SIZE / sizeof(u32)];
135 size_t textlen;
137 const __be32 *ghash_in;
138 __be32 *ghash_out;
139 atmel_aes_fn_t ghash_resume;