AES_GHASHR        292 drivers/crypto/atmel-aes.c 	case AES_GHASHR(0):
AES_GHASHR        293 drivers/crypto/atmel-aes.c 	case AES_GHASHR(1):
AES_GHASHR        294 drivers/crypto/atmel-aes.c 	case AES_GHASHR(2):
AES_GHASHR        295 drivers/crypto/atmel-aes.c 	case AES_GHASHR(3):
AES_GHASHR        296 drivers/crypto/atmel-aes.c 		snprintf(tmp, sz, "GHASHR[%u]", (offset - AES_GHASHR(0)) >> 2);
AES_GHASHR       1496 drivers/crypto/atmel-aes.c 		atmel_aes_write_block(dd, AES_GHASHR(0), ctx->ghash_in);
AES_GHASHR       1521 drivers/crypto/atmel-aes.c 	atmel_aes_read_block(dd, AES_GHASHR(0), ctx->ghash_out);
AES_GHASHR       1687 drivers/crypto/atmel-aes.c 	atmel_aes_read_block(dd, AES_GHASHR(0), ctx->ghash);