9.13.3.4.236. Function sss_session_close¶
Defined in File fsl_sss_api.h
9.13.3.4.236.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
sessionparameter is NULL.- Parameters
session: Session context.
