Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_cryp.h838 #define IS_SAES_KEYPROT(PROTECTION) (((PROTECTION) == CRYP_KEYPROT_ENABLE) || \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_cryp.h848 #define IS_SAES_KEYPROT(PROTECTION) (((PROTECTION) == CRYP_KEYPROT_ENABLE) || \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cryp.c496 assert_param(IS_SAES_KEYPROT(hcryp->Init.KeyProtection)); in HAL_CRYP_Init()
688 assert_param(IS_SAES_KEYPROT(hcryp->Init.KeyProtection)); in HAL_CRYP_SetConfig()