Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Datmel-aes-regs.h68 #define AES_TAGR(x) (0x88 + ((x) * 0x04)) macro
H A Datmel-aes.c302 case AES_TAGR(0): in atmel_aes_reg_name()
303 case AES_TAGR(1): in atmel_aes_reg_name()
304 case AES_TAGR(2): in atmel_aes_reg_name()
305 case AES_TAGR(3): in atmel_aes_reg_name()
306 snprintf(tmp, sz, "TAGR[%u]", (offset - AES_TAGR(0)) >> 2); in atmel_aes_reg_name()
1703 atmel_aes_read_block(dd, AES_TAGR(0), ctx->tag); in atmel_aes_gcm_finalize()