11.12.3.4.302. Function sss_se05x_session_close¶
Defined in File fsl_sss_se05x_apis.h
11.12.3.4.302.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
session
parameter is NULL.- Parameters
session
: Session context.