Searched refs:ghash_out (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-aes.c | 138 __be32 *ghash_out; member 1396 const __be32 *ghash_in, __be32 *ghash_out, 1417 const __be32 *ghash_in, __be32 *ghash_out, in atmel_aes_gcm_ghash() 1425 ctx->ghash_out = ghash_out; in atmel_aes_gcm_ghash() 1467 atmel_aes_read_block(dd, AES_GHASHR(0), ctx->ghash_out); in atmel_aes_gcm_ghash_finalize() 1415 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) atmel_aes_gcm_ghash() argument
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-aes.c | 138 __be32 *ghash_out; member 1427 const __be32 *ghash_in, __be32 *ghash_out, 1448 const __be32 *ghash_in, __be32 *ghash_out, in atmel_aes_gcm_ghash() 1456 ctx->ghash_out = ghash_out; in atmel_aes_gcm_ghash() 1498 atmel_aes_read_block(dd, AES_GHASHR(0), ctx->ghash_out); in atmel_aes_gcm_ghash_finalize() 1446 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) atmel_aes_gcm_ghash() argument
|
Completed in 7 milliseconds