Home
last modified time | relevance | path

Searched refs:pwtype (Results 1 – 25 of 72) sorted by relevance

123

/dports/biology/jalview/jalview/src/jalview/appletgui/
H A DTreePanel.java55 String pwtype; field in TreePanel
85 public TreePanel(AlignmentPanel alignPanel, String type, String pwtype) in TreePanel() argument
96 initTreePanel(alignPanel, type, pwtype, null); in TreePanel()
103 public TreePanel(AlignmentPanel ap, String type, String pwtype, in TreePanel() argument
115 initTreePanel(ap, type, pwtype, newtree); in TreePanel()
118 void initTreePanel(AlignmentPanel ap, String type, String pwtype, in initTreePanel() argument
125 this.pwtype = pwtype; in initTreePanel()
194 ScoreModelI sm1 = ScoreModels.getInstance().getScoreModel(pwtype, in run()
283 jalview.bin.JalviewLite.addFrame(frame, type + " " + pwtype, 500, 100); in newickOutput_actionPerformed()
/dports/security/sshpass/sshpass-1.09/
H A Dmain.c74 enum { PWT_STDIN, PWT_FILE, PWT_FD, PWT_PASS } pwtype; member
109 args.pwtype=PWT_STDIN; in parse_options()
112 #define VIRGIN_PWTYPE if( args.pwtype!=PWT_STDIN ) { \ in parse_options()
122 args.pwtype=PWT_FILE; in parse_options()
129 args.pwtype=PWT_FD; in parse_options()
136 args.pwtype=PWT_PASS; in parse_options()
148 args.pwtype=PWT_PASS; in parse_options()
489 switch( args.pwtype ) { in write_pass()
/dports/net/py-pyroute2.core/pyroute2.core-0.6.5/pr2modules/netlink/generic/
H A Dl2tp.py363 pwtype=L2TP_PWTYPE_ETH, argument
439 msg["attrs"].append(["L2TP_ATTR_PW_TYPE", pwtype])
456 pwtype=L2TP_PWTYPE_ETH, argument
489 pwtype=pwtype,
/dports/multimedia/libv4l/linux-5.13-rc2/net/l2tp/
H A Dtrace.h99 __field(enum l2tp_pwtype, pwtype)
107 __entry->pwtype = session->pwtype;
111 show_pw_type_name(__entry->pwtype),
H A Dl2tp_debugfs.c185 session->pwtype == L2TP_PWTYPE_ETH ? "ETH" : in l2tp_dfs_seq_session_show()
186 session->pwtype == L2TP_PWTYPE_PPP ? "PPP" : in l2tp_dfs_seq_session_show()
H A Dl2tp_core.h103 enum l2tp_pwtype pwtype; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/l2tp/
H A Dtrace.h99 __field(enum l2tp_pwtype, pwtype)
107 __entry->pwtype = session->pwtype;
111 show_pw_type_name(__entry->pwtype),
H A Dl2tp_debugfs.c185 session->pwtype == L2TP_PWTYPE_ETH ? "ETH" : in l2tp_dfs_seq_session_show()
186 session->pwtype == L2TP_PWTYPE_PPP ? "PPP" : in l2tp_dfs_seq_session_show()
H A Dl2tp_core.h103 enum l2tp_pwtype pwtype; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/l2tp/
H A Dtrace.h99 __field(enum l2tp_pwtype, pwtype)
107 __entry->pwtype = session->pwtype;
111 show_pw_type_name(__entry->pwtype),
H A Dl2tp_debugfs.c185 session->pwtype == L2TP_PWTYPE_ETH ? "ETH" : in l2tp_dfs_seq_session_show()
186 session->pwtype == L2TP_PWTYPE_PPP ? "PPP" : in l2tp_dfs_seq_session_show()
H A Dl2tp_core.h103 enum l2tp_pwtype pwtype; member
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/ZSI/twisted/
H A DWSsecurity.py169 pwtype = attrs.get('Type', cls.PasswordText)
172 if cls.PasswordText is not None and pwtype == cls.PasswordText:
191 if cls.PasswordDigest is not None and pwtype == cls.PasswordDigest:
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/ZSI/twisted/
H A DWSsecurity.py169 pwtype = attrs.get('Type', cls.PasswordText)
172 if cls.PasswordText is not None and pwtype == cls.PasswordText:
191 if cls.PasswordDigest is not None and pwtype == cls.PasswordDigest:
/dports/net/3proxy/3proxy-0.9.4/src/plugins/utf8tocp1251/
H A Dutf8tocp1251.c58 if(!param->username || !param->password || param->pwtype != 0) return 4; in aufunc()
/dports/mail/dbmail/dbmail-3.2.5/src/
H A Ddm_user.h40 } pwtype; typedef
H A Ddm_user.c140 pwtype pwdtype; in mkpassword()
158 const pwtype pwtypecodes[] = { in mkpassword()
/dports/net/3proxy/3proxy-0.9.4/src/plugins/WindowsAuthentication/
H A DWindowsAuthentication.c35 if(!param->username || !param->password || param->pwtype != 0) return 4; in windowsfunc()
/dports/net/3proxy/3proxy-0.9.4/src/
H A Dauth.c825 … != cacheauth && param->username && (!(conf.authcachetype&4) || (!param->pwtype && param->password… in doauth()
946 if(!strcmp((char *)pwl->user, (char *)param->username)) switch(pwl->pwtype) { in strongauth()
951 …else if (!param->pwtype && param->password && !strcmp((char *)param->password, (char *)pwl->passwo… in strongauth()
955 else if (param->pwtype == 2 && param->password) { in strongauth()
967 …if(param->password && !param->pwtype && !strcmp((char *)pwl->password, (char *)mycrypt(param->pass… in strongauth()
973 …if(param->password && !param->pwtype && !memcmp(pwl->password, ntpwdhash(buf,param->password, 1), … in strongauth()
976 else if (param->pwtype == 2){ in strongauth()
H A Dstructures.h261 int pwtype; member
513 int pwtype; member
517 int pwtype,
H A Dconf.c512 pwl->pwtype = SYS;
518 if((arg[1] == 'C' && arg[2] == 'L' && (pwl->pwtype = CL)) ||
519 (arg[1] == 'C' && arg[2] == 'R' && (pwl->pwtype = CR)) ||
520 (arg[1] == 'N' && arg[2] == 'T' && (pwl->pwtype = NT)) ||
521 (arg[1] == 'L' && arg[2] == 'M' && (pwl->pwtype = LM))){
526 pwl->pwtype = UN;
H A Dproxy.c378 param->pwtype = 0; in proxychild()
406 param->pwtype = 2; in proxychild()
415 if(username[8] == 3 && param->pwtype == 2 && i>=80) { in proxychild()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/libpq/
H A Dauth.c767 PasswordType pwtype; in CheckPWChallengeAuth() local
785 pwtype = Password_encryption; in CheckPWChallengeAuth()
787 pwtype = get_password_type(shadow_pass); in CheckPWChallengeAuth()
798 if (port->hba->auth_method == uaMD5 && pwtype == PASSWORD_TYPE_MD5) in CheckPWChallengeAuth()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/libpq/
H A Dauth.c767 PasswordType pwtype; in CheckPWChallengeAuth() local
785 pwtype = Password_encryption; in CheckPWChallengeAuth()
787 pwtype = get_password_type(shadow_pass); in CheckPWChallengeAuth()
798 if (port->hba->auth_method == uaMD5 && pwtype == PASSWORD_TYPE_MD5) in CheckPWChallengeAuth()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/libpq/
H A Dauth.c767 PasswordType pwtype; in CheckPWChallengeAuth() local
785 pwtype = Password_encryption; in CheckPWChallengeAuth()
787 pwtype = get_password_type(shadow_pass); in CheckPWChallengeAuth()
798 if (port->hba->auth_method == uaMD5 && pwtype == PASSWORD_TYPE_MD5) in CheckPWChallengeAuth()

123