Searched refs:HashKeyCount (Results 1 – 4 of 4) sorted by relevance
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_hash.c | 1835 hhash->HashKeyCount = Size - (buffercounter + 4U); in HASH_WriteData() 2266 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing() 2339 hhash->HashKeyCount = hhash->Init.KeySize; in HMAC_Processing() 2355 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing() 3144 …hhash->HashKeyCount = hhash->Init.KeySize; /* Key size, HMAC_Processing input parameter for … in HMAC_Start()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_hash.c | 1843 hhash->HashKeyCount = Size - (buffercounter + 4U); in HASH_WriteData() 2278 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing() 2351 hhash->HashKeyCount = hhash->Init.KeySize; in HMAC_Processing() 2367 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing() 3156 …hhash->HashKeyCount = hhash->Init.KeySize; /* Key size, HMAC_Processing input parameter for … in HMAC_Start()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_hash.h | 135 __IO uint32_t HashKeyCount; /*!< Counter for Key inputted data (HMAC only) */ member
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_hash.h | 135 __IO uint32_t HashKeyCount; /*!< Counter for Key inputted data (HMAC only) */ member
|