Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_cryp_ex.c629 hcryp->AutoKeyDerivation = ENABLE; in HAL_CRYPEx_EnableAutoKeyDerivation()
646 hcryp->AutoKeyDerivation = DISABLE; in HAL_CRYPEx_DisableAutoKeyDerivation()
H A Dstm32f4xx_hal_cryp.c2599 if (hcryp->AutoKeyDerivation == DISABLE)/*Mode 2 Key preparation*/ in CRYP_AES_Decrypt()
2750 if (hcryp->AutoKeyDerivation == DISABLE)/*Mode 2 Key preparation*/ in CRYP_AES_Decrypt_IT()
2931 if (hcryp->AutoKeyDerivation == DISABLE)/*Mode 2 key preparation*/ in CRYP_AES_Decrypt_DMA()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_cryp.h101 …FunctionalState AutoKeyDerivation; /*!< Used only in TinyAES to allows to bypa… member