Lines Matching defs:atmel_aes_gcm_ctx
114 struct atmel_aes_gcm_ctx { struct
115 struct atmel_aes_base_ctx base;
117 struct scatterlist src[2];
118 struct scatterlist dst[2];
120 __be32 j0[AES_BLOCK_SIZE / sizeof(u32)];
121 u32 tag[AES_BLOCK_SIZE / sizeof(u32)];
122 __be32 ghash[AES_BLOCK_SIZE / sizeof(u32)];
123 size_t textlen;
125 const __be32 *ghash_in;
126 __be32 *ghash_out;
127 atmel_aes_fn_t ghash_resume;