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

  /src/crypto/external/cpl/trousers/dist/src/include/
auth_mgr.h 34 short max_auth_sessions; member in struct:_auth_mgr
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_auth_mgr.c 41 auth_mgr.max_auth_sessions = tpm_metrics.num_auths;
424 if (opened >= MAX(2, (UINT32)auth_mgr.max_auth_sessions/2)) {
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 22 milliseconds