9.13.3.4.224. Function sss_se05x_session_close¶
Defined in File fsl_sss_se05x_apis.h
9.13.3.4.224.1. Function Documentation¶
-
void
sss_se05x_session_close(sss_se05x_session_t *session)¶ Close session between application and security subsystem.
This function closes a session which has been opened with a security subsystem. All commands within the session must have completed before this function can be called. The implementation must do nothing if the input
sessionparameter is NULL.- Parameters
session: Session context.
