Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/stm32/
Dstm32-cryp.c103 #define CR_AES_CCM 0x00080008 macro
508 return CR_AES_CCM; in stm32_cryp_get_hw_mode()
772 case CR_AES_CCM: in stm32_cryp_hw_init()
774 if (hw_mode == CR_AES_CCM) in stm32_cryp_hw_init()
1553 cfg |= CR_AES_CCM; in stm32_cryp_irq_write_ccm_padded_data()
1599 (stm32_cryp_get_hw_mode(cryp) == CR_AES_CCM) && in stm32_cryp_irq_write_data()