Searched refs:AES_IVR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-aes-regs.h | 63 #define AES_IVR(x) (0x60 + ((x) * 0x04)) macro
|
H A D | atmel-aes.c | 280 case AES_IVR(0): in atmel_aes_reg_name() 281 case AES_IVR(1): in atmel_aes_reg_name() 282 case AES_IVR(2): in atmel_aes_reg_name() 283 case AES_IVR(3): in atmel_aes_reg_name() 284 snprintf(tmp, sz, "IVR[%u]", (offset - AES_IVR(0)) >> 2); in atmel_aes_reg_name() 599 atmel_aes_write_block(dd, AES_IVR(0), iv); in atmel_aes_write_ctrl_key() 1543 atmel_aes_write_block(dd, AES_IVR(0), j0); in atmel_aes_gcm_length()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-aes-regs.h | 63 #define AES_IVR(x) (0x60 + ((x) * 0x04)) macro
|
H A D | atmel-aes.c | 282 case AES_IVR(0): in atmel_aes_reg_name() 283 case AES_IVR(1): in atmel_aes_reg_name() 284 case AES_IVR(2): in atmel_aes_reg_name() 285 case AES_IVR(3): in atmel_aes_reg_name() 286 snprintf(tmp, sz, "IVR[%u]", (offset - AES_IVR(0)) >> 2); in atmel_aes_reg_name() 586 atmel_aes_write_block(dd, AES_IVR(0), iv); in atmel_aes_write_ctrl_key() 1574 atmel_aes_write_block(dd, AES_IVR(0), j0); in atmel_aes_gcm_length()
|
Completed in 9 milliseconds