Lines Matching refs:DoKeyIVConfig
1638 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local
1689 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA()
1700 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA()
2011 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2019 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt()
2030 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt()
2079 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2087 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT()
2098 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT()
2160 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local
2168 DoKeyIVConfig = 0U; in CRYP_AES_Decrypt()
2179 if (DoKeyIVConfig == 1U) in CRYP_AES_Decrypt()
2275 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_IT() local
2283 DoKeyIVConfig = 0U; in CRYP_AES_Decrypt_IT()
2294 if (DoKeyIVConfig == 1U) in CRYP_AES_Decrypt_IT()
2405 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_DMA() local
2413 DoKeyIVConfig = 0U; in CRYP_AES_Decrypt_DMA()
2424 if (DoKeyIVConfig == 1U) in CRYP_AES_Decrypt_DMA()
3095 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process() local
3103 DoKeyIVConfig = 0U; in CRYP_AESGCM_Process()
3120 if (DoKeyIVConfig == 1U) in CRYP_AESGCM_Process()
3295 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_IT() local
3329 DoKeyIVConfig = 0U; in CRYP_AESGCM_Process_IT()
3347 if (DoKeyIVConfig == 1U) in CRYP_AESGCM_Process_IT()
3660 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_DMA() local
3668 DoKeyIVConfig = 0U; in CRYP_AESGCM_Process_DMA()
3685 if (DoKeyIVConfig == 1U) in CRYP_AESGCM_Process_DMA()
3770 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process() local
3778 DoKeyIVConfig = 0U; in CRYP_AESCCM_Process()
3795 if (DoKeyIVConfig == 1U) in CRYP_AESCCM_Process()
3967 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_IT() local
3989 DoKeyIVConfig = 0U; in CRYP_AESCCM_Process_IT()
4007 if (DoKeyIVConfig == 1U) in CRYP_AESCCM_Process_IT()
4321 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_DMA() local
4329 DoKeyIVConfig = 0U; in CRYP_AESCCM_Process_DMA()
4346 if (DoKeyIVConfig == 1U) in CRYP_AESCCM_Process_DMA()