Searched refs:ghash_in (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/crypto/
H A Datmel-aes.c125 const __be32 *ghash_in; member in struct:atmel_aes_gcm_ctx
1234 const __be32 *ghash_in, __be32 *ghash_out,
1255 const __be32 *ghash_in, __be32 *ghash_out,
1262 ctx->ghash_in = ghash_in;
1279 if (ctx->ghash_in)
1280 atmel_aes_write_block(dd, AES_GHASHR(0), ctx->ghash_in);
1253 atmel_aes_gcm_ghash(struct atmel_aes_dev *dd, const u32 *data, size_t datalen, const __be32 *ghash_in, __be32 *ghash_out, atmel_aes_fn_t resume) argument

Completed in 159 milliseconds