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

HASH_Start_IT() function

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

Syntax

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

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.

Algorithm

HASH algorithm.

Return value

HAL status

Notes

Digest is available in pOutBuffer.

Call Tree

Type of HASH_Start_IT()
HASH_Start_IT()
uint32_t
all items filtered out