/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_cryp.c | 1407 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1494 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA() 1505 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA() 2015 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2023 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt() 2034 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt() 2083 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2091 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT() 2102 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT() 2150 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_cryp.c | 1625 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1676 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA() 1687 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA() 1995 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2003 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt() 2014 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt() 2063 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2071 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT() 2082 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT() 2142 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_cryp.c | 1414 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1493 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA() 1504 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA() 2002 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2010 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt() 2021 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt() 2070 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2078 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT() 2089 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT() 2137 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_cryp.c | 1630 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1681 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA() 1692 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA() 2000 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2008 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt() 2019 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt() 2068 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2076 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT() 2087 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT() 2149 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_cryp.c | 1625 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1676 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA() 1687 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA() 1995 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2003 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt() 2014 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt() 2063 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2071 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT() 2082 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT() 2142 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_cryp.c | 1625 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1676 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA() 1687 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA() 1995 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2003 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt() 2014 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt() 2063 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2071 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT() 2082 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT() 2142 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_cryp.c | 1732 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1783 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA() 1794 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA() 2102 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2110 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt() 2121 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt() 2178 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2186 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT() 2197 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT() 2257 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_cryp.c | 1626 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1706 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA() 1717 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA() 1780 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA() 1791 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA() 2404 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2412 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt() 2423 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt() 2481 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2489 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT() [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_cryp.c | 1626 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1706 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA() 1717 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA() 1780 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA() 1791 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA() 2404 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2412 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt() 2423 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt() 2481 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2489 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT() [all …]
|