Lines Matching refs:dokeyivconfig

1811   uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */  in HAL_CRYP_Encrypt_DMA()  local
1864 dokeyivconfig = 0U; in HAL_CRYP_Encrypt_DMA()
1875 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in HAL_CRYP_Encrypt_DMA()
2238 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2247 dokeyivconfig = 0U; in CRYP_AES_Encrypt()
2258 if (dokeyivconfig == 1U) in CRYP_AES_Encrypt()
2376 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2384 dokeyivconfig = 0U; in CRYP_AES_Encrypt_IT()
2395 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in CRYP_AES_Encrypt_IT()
2492 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local
2500 dokeyivconfig = 0U; in CRYP_AES_Decrypt()
2511 if (dokeyivconfig == 1U) in CRYP_AES_Decrypt()
2690 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_IT() local
2698 dokeyivconfig = 0U; in CRYP_AES_Decrypt_IT()
2709 if (dokeyivconfig == 1U) in CRYP_AES_Decrypt_IT()
2868 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_DMA() local
2876 dokeyivconfig = 0U; in CRYP_AES_Decrypt_DMA()
2887 if (dokeyivconfig == 1U) in CRYP_AES_Decrypt_DMA()
3719 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process() local
3726 dokeyivconfig = 0U; in CRYP_AESGCM_Process()
3743 if (dokeyivconfig == 1U) in CRYP_AESGCM_Process()
3908 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_IT() local
3941 dokeyivconfig = 0U; in CRYP_AESGCM_Process_IT()
3959 if (dokeyivconfig == 1U) in CRYP_AESGCM_Process_IT()
4271 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_DMA() local
4279 dokeyivconfig = 0U; in CRYP_AESGCM_Process_DMA()
4296 if (dokeyivconfig == 1U) in CRYP_AESGCM_Process_DMA()
4380 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process() local
4388 dokeyivconfig = 0U; in CRYP_AESCCM_Process()
4405 if (dokeyivconfig == 1U) in CRYP_AESCCM_Process()
4567 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_IT() local
4589 dokeyivconfig = 0U; in CRYP_AESCCM_Process_IT()
4607 if (dokeyivconfig == 1U) in CRYP_AESCCM_Process_IT()
4922 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_DMA() local
4930 dokeyivconfig = 0U; in CRYP_AESCCM_Process_DMA()
4947 if (dokeyivconfig == 1U) in CRYP_AESCCM_Process_DMA()