Lines Matching refs:dokeyivconfig
1766 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local
1813 dokeyivconfig = 0U; in HAL_CRYP_Encrypt_DMA()
1824 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in HAL_CRYP_Encrypt_DMA()
2179 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2190 dokeyivconfig = 0U; in CRYP_AES_Encrypt()
2201 if (dokeyivconfig == 1U) in CRYP_AES_Encrypt()
2325 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2333 dokeyivconfig = 0U; in CRYP_AES_Encrypt_IT()
2344 if ((dokeyivconfig == 1U) && (hcryp->Init.KeyIVConfigSkip != CRYP_KEYNOCONFIG)) in CRYP_AES_Encrypt_IT()
2445 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local
2453 dokeyivconfig = 0U; in CRYP_AES_Decrypt()
2464 if (dokeyivconfig == 1U) in CRYP_AES_Decrypt()
2691 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_IT() local
2699 dokeyivconfig = 0U; in CRYP_AES_Decrypt_IT()
2710 if (dokeyivconfig == 1U) in CRYP_AES_Decrypt_IT()
2929 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt_DMA() local
2937 dokeyivconfig = 0U; in CRYP_AES_Decrypt_DMA()
2948 if (dokeyivconfig == 1U) in CRYP_AES_Decrypt_DMA()
3817 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process() local
3825 dokeyivconfig = 0U; in CRYP_AESGCM_Process()
3842 if (dokeyivconfig == 1U) in CRYP_AESGCM_Process()
4047 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_IT() local
4080 dokeyivconfig = 0U; in CRYP_AESGCM_Process_IT()
4098 if (dokeyivconfig == 1U) in CRYP_AESGCM_Process_IT()
4446 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESGCM_Process_DMA() local
4454 dokeyivconfig = 0U; in CRYP_AESGCM_Process_DMA()
4471 if (dokeyivconfig == 1U) in CRYP_AESGCM_Process_DMA()
4591 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process() local
4599 dokeyivconfig = 0U; in CRYP_AESCCM_Process()
4616 if (dokeyivconfig == 1U) in CRYP_AESCCM_Process()
4818 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_IT() local
4840 dokeyivconfig = 0U; in CRYP_AESCCM_Process_IT()
4858 if (dokeyivconfig == 1U) in CRYP_AESCCM_Process_IT()
5209 uint32_t dokeyivconfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AESCCM_Process_DMA() local
5217 dokeyivconfig = 0U; in CRYP_AESCCM_Process_DMA()
5234 if (dokeyivconfig == 1U) in CRYP_AESCCM_Process_DMA()