Home
last modified time | relevance | path

Searched refs:CR_AES_GCM (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/stm32/
H A Dstm32-cryp.c75 #define CR_AES_GCM 0x00080000 macro
333 return CR_AES_GCM; in stm32_cryp_get_hw_mode()
585 case CR_AES_GCM: in stm32_cryp_hw_init()
1309 cfg |= CR_AES_GCM; in stm32_cryp_irq_write_gcm_padded_data()
1444 (stm32_cryp_get_hw_mode(cryp) == CR_AES_GCM) && in stm32_cryp_irq_write_data()
/kernel/linux/linux-6.6/drivers/crypto/stm32/
H A Dstm32-cryp.c102 #define CR_AES_GCM 0x00080000 macro
505 return CR_AES_GCM; in stm32_cryp_get_hw_mode()
771 case CR_AES_GCM: in stm32_cryp_hw_init()
1452 cfg |= CR_AES_GCM; in stm32_cryp_irq_write_gcm_padded_data()
1585 (stm32_cryp_get_hw_mode(cryp) == CR_AES_GCM) && in stm32_cryp_irq_write_data()

Completed in 6 milliseconds