Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_hash.c1696 hhash->pHashKeyBuffPtr = (uint8_t *)inputaddr; in HASH_WriteData()
2107 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
2179 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HMAC_Processing()
2196 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
2777 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address, HMAC_Processing input parameter f… in HMAC_Start()
2850 hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address */ in HMAC_Start_IT()
2961 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address … in HMAC_Start_DMA()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_hash.h137 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member