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