Home
last modified time | relevance | path

Searched refs:orgAuths (Results 1 – 1 of 1) sorted by relevance

/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323ep.cxx1517 PStringList orgAuths = H235Authenticator::GetAuthenticatorList(); in CreateAuthenticators() local
1523 if (orgAuths.GetStringsIndex(gkAuthenticatorOrder[i]) != P_MAX_INDEX) { in CreateAuthenticators()
1531 for (i = 0; i < orgAuths.GetSize(); ++i) { in CreateAuthenticators()
1532 if (gkAuthenticatorOrder.GetStringsIndex(orgAuths[i]) == P_MAX_INDEX) { in CreateAuthenticators()
1533 if (m_disableMD5Authenticators && ((orgAuths[i] == "MD5") || (orgAuths[i] == "CAT"))) { in CreateAuthenticators()
1534 PTRACE(3, "H235\tAuthenticator disabled: " << orgAuths[i]); in CreateAuthenticators()
1536 auths.AppendString(orgAuths[i]); in CreateAuthenticators()
1541 auths = orgAuths; in CreateAuthenticators()