Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_hash_ex.c751 hhash->DigestCalculationDisable = SET; in HAL_HMACEx_MD5_Step1_2_DMA()
772 if (hhash->DigestCalculationDisable != SET) in HAL_HMACEx_MD5_Step2_DMA()
798 hhash->DigestCalculationDisable = RESET; in HAL_HMACEx_MD5_Step2_3_DMA()
821 hhash->DigestCalculationDisable = SET; in HAL_HMACEx_SHA1_Step1_2_DMA()
842 if (hhash->DigestCalculationDisable != SET) in HAL_HMACEx_SHA1_Step2_DMA()
868 hhash->DigestCalculationDisable = RESET; in HAL_HMACEx_SHA1_Step2_3_DMA()
890 hhash->DigestCalculationDisable = SET; in HAL_HMACEx_SHA224_Step1_2_DMA()
911 if (hhash->DigestCalculationDisable != SET) in HAL_HMACEx_SHA224_Step2_DMA()
937 hhash->DigestCalculationDisable = RESET; in HAL_HMACEx_SHA224_Step2_3_DMA()
959 hhash->DigestCalculationDisable = SET; in HAL_HMACEx_SHA256_Step1_2_DMA()
[all …]
H A Dstm32f4xx_hal_hash.c373 hhash->DigestCalculationDisable = RESET; in HAL_HASH_Init()
422 hhash->DigestCalculationDisable = RESET; in HAL_HASH_DeInit()
1697 if (hhash->DigestCalculationDisable != RESET) in HASH_DMAXferCplt()
1707 if (hhash->DigestCalculationDisable != RESET) in HASH_DMAXferCplt()
3383 if (hhash->DigestCalculationDisable == RESET) in HMAC_Start_DMA()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_hash_ex.c751 hhash->DigestCalculationDisable = SET; in HAL_HMACEx_MD5_Step1_2_DMA()
772 if (hhash->DigestCalculationDisable != SET) in HAL_HMACEx_MD5_Step2_DMA()
798 hhash->DigestCalculationDisable = RESET; in HAL_HMACEx_MD5_Step2_3_DMA()
821 hhash->DigestCalculationDisable = SET; in HAL_HMACEx_SHA1_Step1_2_DMA()
842 if (hhash->DigestCalculationDisable != SET) in HAL_HMACEx_SHA1_Step2_DMA()
868 hhash->DigestCalculationDisable = RESET; in HAL_HMACEx_SHA1_Step2_3_DMA()
890 hhash->DigestCalculationDisable = SET; in HAL_HMACEx_SHA224_Step1_2_DMA()
911 if (hhash->DigestCalculationDisable != SET) in HAL_HMACEx_SHA224_Step2_DMA()
937 hhash->DigestCalculationDisable = RESET; in HAL_HMACEx_SHA224_Step2_3_DMA()
959 hhash->DigestCalculationDisable = SET; in HAL_HMACEx_SHA256_Step1_2_DMA()
[all …]
H A Dstm32l4xx_hal_hash.c373 hhash->DigestCalculationDisable = RESET; in HAL_HASH_Init()
420 hhash->DigestCalculationDisable = RESET; in HAL_HASH_DeInit()
1690 if (hhash->DigestCalculationDisable != RESET) in HASH_DMAXferCplt()
1699 if (hhash->DigestCalculationDisable != RESET) in HASH_DMAXferCplt()
3359 if (hhash->DigestCalculationDisable == RESET) in HMAC_Start_DMA()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_hash.h149 …FlagStatus DigestCalculationDisable; /*!< Digest calculation phase skip (MDMAT bi… member
427 …MAC_DMA_MULTIBUFFER_SIZE(__HANDLE__,__SIZE__) ((((__HANDLE__)->DigestCalculationDisable) == RESET…
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_hash.h149 …FlagStatus DigestCalculationDisable; /*!< Digest calculation phase skip (MDMAT bi… member
431 …MAC_DMA_MULTIBUFFER_SIZE(__HANDLE__,__SIZE__) ((((__HANDLE__)->DigestCalculationDisable) == RESET…