Home
last modified time | relevance | path

Searched refs:DoKeyIVConfig (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_cryp.c1407 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-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_cryp.c1636 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local
1687 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA()
1698 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA()
2009 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2017 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt()
2028 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt()
2077 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2085 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT()
2096 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT()
2158 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cryp.c1638 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local
1689 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA()
1700 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA()
2011 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2019 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt()
2030 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt()
2079 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2087 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT()
2098 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT()
2160 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cryp.c1414 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()
2005 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2013 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt()
2024 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt()
2073 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2081 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT()
2092 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT()
2140 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local
[all …]
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cryp.c1636 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local
1687 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA()
1698 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA()
2009 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2017 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt()
2028 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt()
2077 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2085 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT()
2096 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT()
2158 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cryp.c1636 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local
1687 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA()
1698 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA()
2009 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2017 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt()
2028 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt()
2077 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2085 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT()
2096 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT()
2158 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cryp.c1636 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local
1687 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA()
1698 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA()
2009 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2017 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt()
2028 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt()
2077 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2085 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT()
2096 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT()
2158 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local
[all …]
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_cryp.c1732 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-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_cryp.c1626 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-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_cryp.c1626 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-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cryp.c1909 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local
1969 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA()
1980 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA()
2391 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2400 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt()
2411 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt()
2513 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2522 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT()
2533 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT()
2657 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_cryp.c1893 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local
1953 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA()
1964 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA()
2375 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2384 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt()
2395 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt()
2497 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2506 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT()
2517 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT()
2641 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local
[all …]