HomeSort by: relevance | last modified time | path
    Searched refs:open_auth_sessions (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/include/
auth_mgr.h 35 short open_auth_sessions; member in struct:_auth_mgr
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_auth_mgr.c 229 auth_mgr.open_auth_sessions--;
300 auth_mgr.open_auth_sessions--;
382 auth_mgr.open_auth_sessions++;
430 if (opened && ((auth_mgr.max_auth_sessions - auth_mgr.open_auth_sessions) >= 1))
434 if ((auth_mgr.max_auth_sessions - auth_mgr.open_auth_sessions) >= 2)

Completed in 24 milliseconds