Searched refs:AES_TAGR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-aes-regs.h | 68 #define AES_TAGR(x) (0x88 + ((x) * 0x04)) macro
|
H A D | atmel-aes.c | 300 case AES_TAGR(0): in atmel_aes_reg_name() 301 case AES_TAGR(1): in atmel_aes_reg_name() 302 case AES_TAGR(2): in atmel_aes_reg_name() 303 case AES_TAGR(3): in atmel_aes_reg_name() 304 snprintf(tmp, sz, "TAGR[%u]", (offset - AES_TAGR(0)) >> 2); in atmel_aes_reg_name() 1672 atmel_aes_read_block(dd, AES_TAGR(0), ctx->tag); in atmel_aes_gcm_finalize()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-aes-regs.h | 68 #define AES_TAGR(x) (0x88 + ((x) * 0x04)) macro
|
H A D | atmel-aes.c | 302 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()
|
Completed in 9 milliseconds