Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_hash.c346 hhash->HashBuffSize = 0; in HAL_HASH_Init()
392 hhash->HashBuffSize = 0; in HAL_HASH_DeInit()
1544 buffersize = hhash->HashBuffSize; /* DMA transfer size (in bytes) */ in HASH_DMAXferCplt()
1548 hhash->HashInCount = hhash->HashBuffSize; /* Initial DMA transfer size (in bytes) */ in HASH_DMAXferCplt()
1953 __HAL_HASH_SET_NBVALIDBITS(hhash->HashBuffSize); /* Set NBLW for the input message */ in HASH_IT()
1954 hhash->HashInCount = hhash->HashBuffSize; /* Set the input data size (in bytes) */ in HASH_IT()
2146 __HAL_HASH_SET_NBVALIDBITS(hhash->HashBuffSize); in HMAC_Processing()
2776 …hhash->HashBuffSize = Size; /* Store the input buffer size for the whole HMAC… in HMAC_Start()
2852 hhash->HashBuffSize = Size; /* Input message size (in bytes) */ in HMAC_Start_IT()
2964 …hhash->HashBuffSize = Size; /* input data size (in bytes) … in HMAC_Start_DMA()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_hash.h141 uint32_t HashBuffSize; /*!< Size of buffer to be processed */ member