Home
last modified time | relevance | path

Searched refs:AES_TAGR (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/
Datmel-aes-regs.h68 #define AES_TAGR(x) (0x88 + ((x) * 0x04)) macro
Datmel-aes.c303 case AES_TAGR(0): in atmel_aes_reg_name()
304 case AES_TAGR(1): in atmel_aes_reg_name()
305 case AES_TAGR(2): in atmel_aes_reg_name()
306 case AES_TAGR(3): in atmel_aes_reg_name()
307 snprintf(tmp, sz, "TAGR[%u]", (offset - AES_TAGR(0)) >> 2); in atmel_aes_reg_name()
1732 atmel_aes_read_block(dd, AES_TAGR(0), ctx->tag); in atmel_aes_gcm_finalize()