Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_hash.c2562 uint32_t inputSize; in HASH_Start_DMA() local
2612 inputSize = Size; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
2629 inputSize = hhash->HashInCount; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
2642 …hhash->hdmain, inputaddr, (uint32_t)&HASH->DIN, (((inputSize%4U)!=0U) ? ((inputSize+3U)/4U):(input… in HASH_Start_DMA()
2916 uint32_t inputSize; in HMAC_Start_DMA() local
2968 inputSize = hhash->Init.KeySize; /* Size for first DMA transfer (in bytes) */ in HMAC_Start_DMA()
2991 inputSize = Size; /* Input message size in bytes */ in HMAC_Start_DMA()
2997 __HAL_HASH_SET_NBVALIDBITS(inputSize); in HMAC_Start_DMA()
3020 inputSize = hhash->HashInCount; /* Input message size in bytes */ in HMAC_Start_DMA()
3033 …ash->hdmain, inputaddr, (uint32_t)&HASH->DIN, (((inputSize %4U)!=0U) ? ((inputSize+3U)/4U):(input… in HMAC_Start_DMA()