Searched refs:dokeyivconfig (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_cryp.c | 1746 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1793 dokeyivconfig = 0U; in HAL_CRYP_Encrypt_DMA() 1804 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in HAL_CRYP_Encrypt_DMA() 2155 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2164 dokeyivconfig = 0U; in CRYP_AES_Encrypt() 2175 if (dokeyivconfig == 1U) in CRYP_AES_Encrypt() 2293 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2301 dokeyivconfig = 0U; in CRYP_AES_Encrypt_IT() 2312 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in CRYP_AES_Encrypt_IT() 2409 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/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_cryp.c | 1746 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local 1793 dokeyivconfig = 0U; in HAL_CRYP_Encrypt_DMA() 1804 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in HAL_CRYP_Encrypt_DMA() 2155 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local 2164 dokeyivconfig = 0U; in CRYP_AES_Encrypt() 2175 if (dokeyivconfig == 1U) in CRYP_AES_Encrypt() 2293 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local 2301 dokeyivconfig = 0U; in CRYP_AES_Encrypt_IT() 2312 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in CRYP_AES_Encrypt_IT() 2409 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/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 …]
|