Home
last modified time | relevance | path

Searched refs:DoKeyIVConfig (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_cryp.c1625 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local
1676 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA()
1687 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA()
1995 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2003 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt()
2014 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt()
2063 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2071 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT()
2082 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt_IT()
2142 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Decrypt() local
[all …]