Home
last modified time | relevance | path

Searched refs:AES_GHASHR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/
H A Datmel-aes-regs.h67 #define AES_GHASHR(x) (0x78 + ((x) * 0x04)) macro
H A Datmel-aes.c293 case AES_GHASHR(0): in atmel_aes_reg_name()
294 case AES_GHASHR(1): in atmel_aes_reg_name()
295 case AES_GHASHR(2): in atmel_aes_reg_name()
296 case AES_GHASHR(3): in atmel_aes_reg_name()
297 snprintf(tmp, sz, "GHASHR[%u]", (offset - AES_GHASHR(0)) >> 2); in atmel_aes_reg_name()
1442 atmel_aes_write_block(dd, AES_GHASHR(0), ctx->ghash_in); in atmel_aes_gcm_ghash_init()
1467 atmel_aes_read_block(dd, AES_GHASHR(0), ctx->ghash_out); in atmel_aes_gcm_ghash_finalize()
1633 atmel_aes_read_block(dd, AES_GHASHR(0), ctx->ghash); in atmel_aes_gcm_tag_init()
/kernel/linux/linux-6.6/drivers/crypto/
H A Datmel-aes-regs.h67 #define AES_GHASHR(x) (0x78 + ((x) * 0x04)) macro
H A Datmel-aes.c295 case AES_GHASHR(0): in atmel_aes_reg_name()
296 case AES_GHASHR(1): in atmel_aes_reg_name()
297 case AES_GHASHR(2): in atmel_aes_reg_name()
298 case AES_GHASHR(3): in atmel_aes_reg_name()
299 snprintf(tmp, sz, "GHASHR[%u]", (offset - AES_GHASHR(0)) >> 2); in atmel_aes_reg_name()
1473 atmel_aes_write_block(dd, AES_GHASHR(0), ctx->ghash_in); in atmel_aes_gcm_ghash_init()
1498 atmel_aes_read_block(dd, AES_GHASHR(0), ctx->ghash_out); in atmel_aes_gcm_ghash_finalize()
1664 atmel_aes_read_block(dd, AES_GHASHR(0), ctx->ghash); in atmel_aes_gcm_tag_init()

Completed in 9 milliseconds