Home
last modified time | relevance | path

Searched refs:AES_GCMHR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/
H A Datmel-aes-regs.h70 #define AES_GCMHR(x) (0x9c + ((x) * 0x04)) macro
H A Datmel-aes.c310 case AES_GCMHR(0): in atmel_aes_reg_name()
311 case AES_GCMHR(1): in atmel_aes_reg_name()
312 case AES_GCMHR(2): in atmel_aes_reg_name()
313 case AES_GCMHR(3): in atmel_aes_reg_name()
314 snprintf(tmp, sz, "GCMHR[%u]", (offset - AES_GCMHR(0)) >> 2); in atmel_aes_reg_name()
/kernel/linux/linux-6.6/drivers/crypto/
H A Datmel-aes-regs.h70 #define AES_GCMHR(x) (0x9c + ((x) * 0x04)) macro
H A Datmel-aes.c312 case AES_GCMHR(0): in atmel_aes_reg_name()
313 case AES_GCMHR(1): in atmel_aes_reg_name()
314 case AES_GCMHR(2): in atmel_aes_reg_name()
315 case AES_GCMHR(3): in atmel_aes_reg_name()
316 snprintf(tmp, sz, "GCMHR[%u]", (offset - AES_GCMHR(0)) >> 2); in atmel_aes_reg_name()

Completed in 8 milliseconds