11.12.3.4.262. Function sss_se05x_digest_init¶
Defined in File fsl_sss_se05x_apis.h
11.12.3.4.262.1. Function Documentation¶
-
sss_status_t
sss_se05x_digest_init
(sss_se05x_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.