Lines Matching refs:DoKeyIVConfig

1414   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
2148 DoKeyIVConfig = 0U; in CRYP_AES_Decrypt()
2159 if (DoKeyIVConfig == 1U) in CRYP_AES_Decrypt()
2242 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_IT() local
2250 DoKeyIVConfig = 0U; in CRYP_AES_Decrypt_IT()
2261 if (DoKeyIVConfig == 1U) in CRYP_AES_Decrypt_IT()
2343 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_DMA() local
2351 DoKeyIVConfig = 0U; in CRYP_AES_Decrypt_DMA()
2362 if (DoKeyIVConfig == 1U) in CRYP_AES_Decrypt_DMA()
2915 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process() local
2923 DoKeyIVConfig = 0U; in CRYP_AESGCM_Process()
2940 if (DoKeyIVConfig == 1U) in CRYP_AESGCM_Process()
3200 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_IT() local
3208 DoKeyIVConfig = 0U; in CRYP_AESGCM_Process_IT()
3226 if (DoKeyIVConfig == 1U) in CRYP_AESGCM_Process_IT()
3298 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_DMA() local
3306 DoKeyIVConfig = 0U; in CRYP_AESGCM_Process_DMA()
3323 if (DoKeyIVConfig == 1U) in CRYP_AESGCM_Process_DMA()
3525 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process() local
3533 DoKeyIVConfig = 0U; in CRYP_AESCCM_Process()
3550 if (DoKeyIVConfig == 1U) in CRYP_AESCCM_Process()
3821 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_IT() local
3829 DoKeyIVConfig = 0U; in CRYP_AESCCM_Process_IT()
3847 if (DoKeyIVConfig == 1U) in CRYP_AESCCM_Process_IT()
3959 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_DMA() local
3967 DoKeyIVConfig = 0U; in CRYP_AESCCM_Process_DMA()
3984 if (DoKeyIVConfig == 1U) in CRYP_AESCCM_Process_DMA()