11.12.3.4.195. Function sss_digest_init¶
Defined in File fsl_sss_api.h
11.12.3.4.195.1. Function Documentation¶
-
sss_status_t
sss_digest_init
(sss_digest_t *context)¶ Init digest for a message. The function blocks current thread until the operation completes or an error occurs.
- Return
Status of the operation
- Parameters
context
: Pointer to digest context.
- Return Value
kStatus_SSS_Success
: The operation has completed successfully.kStatus_SSS_Fail
: The operation has failed.