Searched refs:Nonce (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_otfdec.c | 720 WRITE_REG(region->REG_NONCER0, Config->Nonce[0]); in HAL_OTFDEC_RegionConfig() 722 WRITE_REG(region->REG_NONCER1, Config->Nonce[1]); in HAL_OTFDEC_RegionConfig() 968 Config->Nonce[0] = READ_REG(region->REG_NONCER0); in HAL_OTFDEC_RegionGetConfig() 969 Config->Nonce[1] = READ_REG(region->REG_NONCER1); in HAL_OTFDEC_RegionGetConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_otfdec.c | 720 WRITE_REG(region->REG_NONCER0, Config->Nonce[0]); in HAL_OTFDEC_RegionConfig() 722 WRITE_REG(region->REG_NONCER1, Config->Nonce[1]); in HAL_OTFDEC_RegionConfig() 1118 Config->Nonce[0] = READ_REG(region->REG_NONCER0); in HAL_OTFDEC_RegionGetConfig() 1119 Config->Nonce[1] = READ_REG(region->REG_NONCER1); in HAL_OTFDEC_RegionGetConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_otfdec.c | 720 WRITE_REG(region->REG_NONCER0, Config->Nonce[0]); in HAL_OTFDEC_RegionConfig() 722 WRITE_REG(region->REG_NONCER1, Config->Nonce[1]); in HAL_OTFDEC_RegionConfig() 1115 Config->Nonce[0] = READ_REG(region->REG_NONCER0); in HAL_OTFDEC_RegionGetConfig() 1116 Config->Nonce[1] = READ_REG(region->REG_NONCER1); in HAL_OTFDEC_RegionGetConfig()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_otfdec.c | 720 WRITE_REG(region->REG_NONCER0, Config->Nonce[0]); in HAL_OTFDEC_RegionConfig() 722 WRITE_REG(region->REG_NONCER1, Config->Nonce[1]); in HAL_OTFDEC_RegionConfig() 1115 Config->Nonce[0] = READ_REG(region->REG_NONCER0); in HAL_OTFDEC_RegionGetConfig() 1116 Config->Nonce[1] = READ_REG(region->REG_NONCER1); in HAL_OTFDEC_RegionGetConfig()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_mce.c | 356 WRITE_REG(p_context->CCNR0, AESConfig->Nonce[0]); in HAL_MCE_ConfigAESContext() 357 WRITE_REG(p_context->CCNR1, AESConfig->Nonce[1]); in HAL_MCE_ConfigAESContext()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_mce.c | 361 WRITE_REG(p_context->CCNR0, AESConfig->Nonce[0]); in HAL_MCE_ConfigAESContext() 362 WRITE_REG(p_context->CCNR1, AESConfig->Nonce[1]); in HAL_MCE_ConfigAESContext()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_otfdec.h | 55 uint32_t Nonce[2]; /*!< OTFDEC region nonce */ member
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_otfdec.h | 55 uint32_t Nonce[2]; /*!< OTFDEC region nonce */ member
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_otfdec.h | 55 uint32_t Nonce[2]; /*!< OTFDEC region nonce */ member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_otfdec.h | 55 uint32_t Nonce[2]; /*!< OTFDEC region nonce */ member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_mce.h | 59 uint32_t Nonce[2]; /*!< MCE context nonce */ member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_mce.h | 59 uint32_t Nonce[2]; /*!< MCE context nonce */ member
|