11.12.3.4.314. Function sss_session_close¶
Defined in File fsl_sss_api.h
11.12.3.4.314.1. Function Documentation¶
-
void
sss_session_close
(sss_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.