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