Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_cryp.h820 #define IS_SAES_ALGORITHM(ALGORITHM) (((ALGORITHM) == CRYP_AES_ECB) || \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_cryp.h830 #define IS_SAES_ALGORITHM(ALGORITHM) (((ALGORITHM) == CRYP_AES_ECB) || \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cryp.c494 assert_param(IS_SAES_ALGORITHM(hcryp->Init.Algorithm)); in HAL_CRYP_Init()
686 assert_param(IS_SAES_ALGORITHM(pConf->Algorithm)); in HAL_CRYP_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_cryp.c485 assert_param(IS_SAES_ALGORITHM(hcryp->Init.Algorithm)); in HAL_CRYP_Init()
673 assert_param(IS_SAES_ALGORITHM(pConf->Algorithm)); in HAL_CRYP_SetConfig()