Lines Matching refs:DoKeyIVConfig

1636   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
2166 DoKeyIVConfig = 0U; in CRYP_AES_Decrypt()
2177 if (DoKeyIVConfig == 1U) in CRYP_AES_Decrypt()
2273 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_IT() local
2281 DoKeyIVConfig = 0U; in CRYP_AES_Decrypt_IT()
2292 if (DoKeyIVConfig == 1U) in CRYP_AES_Decrypt_IT()
2403 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_DMA() local
2411 DoKeyIVConfig = 0U; in CRYP_AES_Decrypt_DMA()
2422 if (DoKeyIVConfig == 1U) in CRYP_AES_Decrypt_DMA()
3093 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process() local
3101 DoKeyIVConfig = 0U; in CRYP_AESGCM_Process()
3118 if (DoKeyIVConfig == 1U) in CRYP_AESGCM_Process()
3293 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_IT() local
3327 DoKeyIVConfig = 0U; in CRYP_AESGCM_Process_IT()
3345 if (DoKeyIVConfig == 1U) in CRYP_AESGCM_Process_IT()
3658 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_DMA() local
3666 DoKeyIVConfig = 0U; in CRYP_AESGCM_Process_DMA()
3683 if (DoKeyIVConfig == 1U) in CRYP_AESGCM_Process_DMA()
3768 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process() local
3776 DoKeyIVConfig = 0U; in CRYP_AESCCM_Process()
3793 if (DoKeyIVConfig == 1U) in CRYP_AESCCM_Process()
3965 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_IT() local
3987 DoKeyIVConfig = 0U; in CRYP_AESCCM_Process_IT()
4005 if (DoKeyIVConfig == 1U) in CRYP_AESCCM_Process_IT()
4319 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_DMA() local
4327 DoKeyIVConfig = 0U; in CRYP_AESCCM_Process_DMA()
4344 if (DoKeyIVConfig == 1U) in CRYP_AESCCM_Process_DMA()