Multithread supportΒΆ

SMCOM Transrecive – Access to SE is protected using mutex at the smCom layer in smCom Transceive functions.

Session Open – sss_session_open() api is not thread safe. Api must not be called concurrently from multiple threads. The application must ensure this.

PlatformSCP – PlatformSCP command counter is also protected using mutex in SSS layer.