HAL + 0/2 examples
CodeScope will show references to HAL_HASHEx_SHA224_Start_DMA() from the following samples and libraries:
Examples
STM32469I_EVAL
Examples
HASH
STM324x9I_EVAL
Examples
HASH
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_HASHEx_SHA224_Start_DMA()

HAL_HASHEx_SHA224_Start_DMA() function

Initialize the HASH peripheral in SHA224 mode then initiate a DMA transfer to feed the input buffer to the Peripheral.

Syntax

HAL_StatusTypeDef HAL_HASHEx_SHA224_Start_DMA(HASH_HandleTypeDef *hhash,     uint8_t *pInBuffer,     uint32_t Size);
Implemented in stm32f4xx_hal_hash_ex.c:437

Arguments

hhash

HASH handle.

pInBuffer

pointer to the input buffer (buffer to be hashed).

Size

length of the input buffer in bytes.

Return value

HAL status

Notes

Once the DMA transfer is finished, HAL_HASHEx_SHA224_Finish() API must be called to retrieve the computed digest.

Examples

HAL_HASHEx_SHA224_Start_DMA() is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_hal_hash_ex.c:437
HAL_StatusTypeDef HAL_HASHEx_SHA224_Start_DMA(HASH_HandleTypeDef *hhash, uint8_t *pInBuffer, uint32_t Size)
stm32f4xx_hal_hash_ex.h:90
HAL_StatusTypeDef HAL_HASHEx_SHA224_Start_DMA(HASH_HandleTypeDef *hhash, uint8_t *pInBuffer, uint32_t Size);

Call Tree

Functions called by HAL_HASHEx_SHA224_Start_DMA()
HAL_HASHEx_SHA224_Start_DMA()
all items filtered out
Data read by HAL_HASHEx_SHA224_Start_DMA()
HAL_HASHEx_SHA224_Start_DMA()
Type of HAL_HASHEx_SHA224_Start_DMA()
HAL_HASHEx_SHA224_Start_DMA()
all items filtered out