Searched refs:dokeyivconfig (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_cryp.c | 1811 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1864 dokeyivconfig = 0U; in HAL_CRYP_Encrypt_DMA() 1875 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in HAL_CRYP_Encrypt_DMA() 2238 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2247 dokeyivconfig = 0U; in CRYP_AES_Encrypt() 2258 if (dokeyivconfig == 1U) in CRYP_AES_Encrypt() 2376 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2384 dokeyivconfig = 0U; in CRYP_AES_Encrypt_IT() 2395 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in CRYP_AES_Encrypt_IT() 2492 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_cryp.c | 1809 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1862 dokeyivconfig = 0U; in HAL_CRYP_Encrypt_DMA() 1873 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in HAL_CRYP_Encrypt_DMA() 2234 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2243 dokeyivconfig = 0U; in CRYP_AES_Encrypt() 2254 if (dokeyivconfig == 1U) in CRYP_AES_Encrypt() 2372 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2380 dokeyivconfig = 0U; in CRYP_AES_Encrypt_IT() 2391 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in CRYP_AES_Encrypt_IT() 2488 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_cryp.c | 1766 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1813 dokeyivconfig = 0U; in HAL_CRYP_Encrypt_DMA() 1824 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in HAL_CRYP_Encrypt_DMA() 2179 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2190 dokeyivconfig = 0U; in CRYP_AES_Encrypt() 2201 if (dokeyivconfig == 1U) in CRYP_AES_Encrypt() 2325 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2333 dokeyivconfig = 0U; in CRYP_AES_Encrypt_IT() 2344 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in CRYP_AES_Encrypt_IT() 2445 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local [all …]
|