Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/
Datmel-aes-regs.h68 #define AES_TAGR(x) (0x88 + ((x) * 0x04)) macro
Datmel-aes.c290 case AES_TAGR(0): in atmel_aes_reg_name()
291 case AES_TAGR(1): in atmel_aes_reg_name()
292 case AES_TAGR(2): in atmel_aes_reg_name()
293 case AES_TAGR(3): in atmel_aes_reg_name()
294 snprintf(tmp, sz, "TAGR[%u]", (offset - AES_TAGR(0)) >> 2); in atmel_aes_reg_name()
1510 atmel_aes_read_block(dd, AES_TAGR(0), ctx->tag); in atmel_aes_gcm_finalize()