Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_hash.c369 hhash->HashBuffSize = 0; in HAL_HASH_Init()
417 hhash->HashBuffSize = 0; in HAL_HASH_DeInit()
1681 buffersize = hhash->HashBuffSize; /* DMA transfer size (in bytes) */ in HASH_DMAXferCplt()
1685 hhash->HashInCount = hhash->HashBuffSize; /* Initial DMA transfer size (in bytes) */ in HASH_DMAXferCplt()
2092 __HAL_HASH_SET_NBVALIDBITS(hhash->HashBuffSize); /* Set NBLW for the input message */ in HASH_IT()
2093 hhash->HashInCount = hhash->HashBuffSize; /* Set the input data size (in bytes) */ in HASH_IT()
2305 __HAL_HASH_SET_NBVALIDBITS(hhash->HashBuffSize); in HMAC_Processing()
3142 …hhash->HashBuffSize = Size; /* Store the input buffer size for the whole HMAC… in HMAC_Start()
3218 hhash->HashBuffSize = Size; /* Input message size (in bytes) */ in HMAC_Start_IT()
3330 …hhash->HashBuffSize = Size; /* input data size (in bytes) … in HMAC_Start_DMA()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_hash.c369 hhash->HashBuffSize = 0; in HAL_HASH_Init()
419 hhash->HashBuffSize = 0; in HAL_HASH_DeInit()
1687 buffersize = hhash->HashBuffSize; /* DMA transfer size (in bytes) */ in HASH_DMAXferCplt()
1691 hhash->HashInCount = hhash->HashBuffSize; /* Initial DMA transfer size (in bytes) */ in HASH_DMAXferCplt()
2104 __HAL_HASH_SET_NBVALIDBITS(hhash->HashBuffSize); /* Set NBLW for the input message */ in HASH_IT()
2105 hhash->HashInCount = hhash->HashBuffSize; /* Set the input data size (in bytes) */ in HASH_IT()
2317 __HAL_HASH_SET_NBVALIDBITS(hhash->HashBuffSize); in HMAC_Processing()
3154 …hhash->HashBuffSize = Size; /* Store the input buffer size for the whole HMAC… in HMAC_Start()
3230 hhash->HashBuffSize = Size; /* Input message size (in bytes) */ in HMAC_Start_IT()
3354 …hhash->HashBuffSize = Size; /* input data size (in bytes) … in HMAC_Start_DMA()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_hash.h129 uint32_t HashBuffSize; /*!< Size of buffer to be processed */ member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_hash.h129 uint32_t HashBuffSize; /*!< Size of buffer to be processed */ member