Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_mce.h67 uint32_t Cipher_Mode; /*!< Authorized cipher mode */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mce.c380 MODIFY_REG(p_context->CCCFGR, MCE_CCCFGR_MODE, (uint32_t) AESConfig->Cipher_Mode); in HAL_MCE_ConfigAESContext()