HAL
HASH_Finish() is only used within HAL.
 
Symbols
loading...
Files
loading...

HASH_Finish() function

Return the computed digest.

Syntax

HAL_StatusTypeDef HASH_Finish(HASH_HandleTypeDef *hhash,     uint8_t *pOutBuffer,     uint32_t Timeout);
Implemented in stm32f4xx_hal_hash.c:3088

Arguments

hhash

HASH handle.

pOutBuffer

pointer to the computed digest.

Timeout

Timeout value.

Return value

HAL status

Notes

The API waits for DCIS to be set then reads the computed digest.

References