Lines Matching refs:dokeyivconfig
1809 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local
1862 dokeyivconfig = 0U; in HAL_CRYP_Encrypt_DMA()
1873 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in HAL_CRYP_Encrypt_DMA()
2234 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2243 dokeyivconfig = 0U; in CRYP_AES_Encrypt()
2254 if (dokeyivconfig == 1U) in CRYP_AES_Encrypt()
2372 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2380 dokeyivconfig = 0U; in CRYP_AES_Encrypt_IT()
2391 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in CRYP_AES_Encrypt_IT()
2488 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local
2496 dokeyivconfig = 0U; in CRYP_AES_Decrypt()
2507 if (dokeyivconfig == 1U) in CRYP_AES_Decrypt()
2697 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_IT() local
2705 dokeyivconfig = 0U; in CRYP_AES_Decrypt_IT()
2716 if (dokeyivconfig == 1U) in CRYP_AES_Decrypt_IT()
2886 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_DMA() local
2894 dokeyivconfig = 0U; in CRYP_AES_Decrypt_DMA()
2905 if (dokeyivconfig == 1U) in CRYP_AES_Decrypt_DMA()
3748 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process() local
3755 dokeyivconfig = 0U; in CRYP_AESGCM_Process()
3772 if (dokeyivconfig == 1U) in CRYP_AESGCM_Process()
3973 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_IT() local
4006 dokeyivconfig = 0U; in CRYP_AESGCM_Process_IT()
4024 if (dokeyivconfig == 1U) in CRYP_AESGCM_Process_IT()
4368 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_DMA() local
4376 dokeyivconfig = 0U; in CRYP_AESGCM_Process_DMA()
4393 if (dokeyivconfig == 1U) in CRYP_AESGCM_Process_DMA()
4509 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process() local
4517 dokeyivconfig = 0U; in CRYP_AESCCM_Process()
4534 if (dokeyivconfig == 1U) in CRYP_AESCCM_Process()
4732 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_IT() local
4754 dokeyivconfig = 0U; in CRYP_AESCCM_Process_IT()
4772 if (dokeyivconfig == 1U) in CRYP_AESCCM_Process_IT()
5119 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_DMA() local
5127 dokeyivconfig = 0U; in CRYP_AESCCM_Process_DMA()
5144 if (dokeyivconfig == 1U) in CRYP_AESCCM_Process_DMA()