Searched refs:pHashKeyBuffPtr (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 | 1833 hhash->pHashKeyBuffPtr = (uint8_t *)inputaddr; in HASH_WriteData() 2266 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing() 2338 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HMAC_Processing() 2355 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing() 3143 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address, HMAC_Processing input parameter f… in HMAC_Start() 3216 hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address */ in HMAC_Start_IT() 3327 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address … in HMAC_Start_DMA()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_hash.c | 1841 hhash->pHashKeyBuffPtr = (uint8_t *)inputaddr; in HASH_WriteData() 2278 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing() 2350 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HMAC_Processing() 2367 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing() 3155 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address, HMAC_Processing input parameter f… in HMAC_Start() 3228 hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address */ in HMAC_Start_IT() 3351 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address … in HMAC_Start_DMA()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_hash.h | 125 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_hash.h | 125 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member
|