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

HASH_Start() function

Initialize the HASH peripheral, next process pInBuffer then read the computed digest.

Syntax

HAL_StatusTypeDef HASH_Start(HASH_HandleTypeDef *hhash,     uint8_t *pInBuffer,     uint32_t Size,     uint8_t *pOutBuffer,     uint32_t Timeout,     uint32_t Algorithm);
Implemented in stm32f4xx_hal_hash.c:2452

Arguments

hhash

HASH handle.

pInBuffer

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

Size

length of the input buffer in bytes.

pOutBuffer

pointer to the computed digest.

Timeout

Timeout value.

Algorithm

HASH algorithm.

Return value

HAL status

Notes

Digest is available in pOutBuffer.

Call Tree

Type of HASH_Start()
HASH_Start()
uint8_t
uint32_t
all items filtered out