HAL
HAL_HASHEx_SHA224_Accmlt_End_IT() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_HASHEx_SHA224_Accmlt_End_IT()

HAL_HASHEx_SHA224_Accmlt_End_IT() function

End computation of a single HASH signature after several calls to HAL_HASHEx_SHA224_Accmlt_IT() API.

Syntax

HAL_StatusTypeDef HAL_HASHEx_SHA224_Accmlt_End_IT(HASH_HandleTypeDef *hhash,     uint8_t *pInBuffer,     uint32_t Size,     uint8_t *pOutBuffer);
Implemented in stm32f4xx_hal_hash_ex.c:331

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. Digest size is 28 bytes.

Return value

HAL status

Notes

Digest is available in pOutBuffer.

References

LocationText
stm32f4xx_hal_hash_ex.c:331
HAL_StatusTypeDef HAL_HASHEx_SHA224_Accmlt_End_IT(HASH_HandleTypeDef *hhash, uint8_t *pInBuffer, uint32_t Size,
stm32f4xx_hal_hash_ex.h:75
HAL_StatusTypeDef HAL_HASHEx_SHA224_Accmlt_End_IT(HASH_HandleTypeDef *hhash, uint8_t *pInBuffer, uint32_t Size,

Call Tree

Functions called by HAL_HASHEx_SHA224_Accmlt_End_IT()
HAL_HASHEx_SHA224_Accmlt_End_IT()
all items filtered out
Type of HAL_HASHEx_SHA224_Accmlt_End_IT()
HAL_HASHEx_SHA224_Accmlt_End_IT()
all items filtered out