Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_cryp.c1622 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in HAL_CRYP_Encrypt_DMA() local
1702 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA()
1713 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA()
1776 DoKeyIVConfig = 0U; in HAL_CRYP_Encrypt_DMA()
1787 if (DoKeyIVConfig == 1U) in HAL_CRYP_Encrypt_DMA()
2400 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt() local
2408 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt()
2419 if (DoKeyIVConfig == 1U) in CRYP_AES_Encrypt()
2477 uint32_t DoKeyIVConfig = 1U; /* By default, carry out peripheral Key and IV configuration */ in CRYP_AES_Encrypt_IT() local
2485 DoKeyIVConfig = 0U; in CRYP_AES_Encrypt_IT()
[all …]