Lines Matching refs:DoKeyIVConfig

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
2158 DoKeyIVConfig = 0U; in CRYP_AES_Decrypt()
2169 if (DoKeyIVConfig == 1U) in CRYP_AES_Decrypt()
2252 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_IT() local
2260 DoKeyIVConfig = 0U; in CRYP_AES_Decrypt_IT()
2271 if (DoKeyIVConfig == 1U) in CRYP_AES_Decrypt_IT()
2352 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_DMA() local
2360 DoKeyIVConfig = 0U; in CRYP_AES_Decrypt_DMA()
2371 if (DoKeyIVConfig == 1U) in CRYP_AES_Decrypt_DMA()
3152 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process() local
3160 DoKeyIVConfig = 0U; in CRYP_AESGCM_Process()
3177 if (DoKeyIVConfig == 1U) in CRYP_AESGCM_Process()
3377 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_IT() local
3385 DoKeyIVConfig = 0U; in CRYP_AESGCM_Process_IT()
3403 if (DoKeyIVConfig == 1U) in CRYP_AESGCM_Process_IT()
3474 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_DMA() local
3482 DoKeyIVConfig = 0U; in CRYP_AESGCM_Process_DMA()
3499 if (DoKeyIVConfig == 1U) in CRYP_AESGCM_Process_DMA()
3691 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process() local
3699 DoKeyIVConfig = 0U; in CRYP_AESCCM_Process()
3716 if (DoKeyIVConfig == 1U) in CRYP_AESCCM_Process()
3923 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_IT() local
3931 DoKeyIVConfig = 0U; in CRYP_AESCCM_Process_IT()
3949 if (DoKeyIVConfig == 1U) in CRYP_AESCCM_Process_IT()
4022 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_DMA() local
4030 DoKeyIVConfig = 0U; in CRYP_AESCCM_Process_DMA()
4047 if (DoKeyIVConfig == 1U) in CRYP_AESCCM_Process_DMA()