Home
last modified time | relevance | path

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

/freebsd/contrib/openpam/t/
H A Dt_pam_conv.c86 if (msgs[i]->msg_style != s->msgs[i].msg_style) { in t_pam_conv()
89 s->msgs[i].msg_style, msgs[i]->msg_style); in t_pam_conv()
98 switch (msgs[i]->msg_style) { in t_pam_conv()
113 msgs[i]->msg_style); in t_pam_conv()
/freebsd/lib/libpam/modules/pam_radius/
H A Dpam_radius.c253 msgs[num_msgs].msg_style = PAM_TEXT_INFO; in do_challenge()
269 msgs[num_msgs].msg_style = PAM_TEXT_INFO; in do_challenge()
273 msgs[num_msgs-1].msg_style = PAM_PROMPT_ECHO_ON; in do_challenge()
/freebsd/contrib/openpam/include/security/
H A Dpam_types.h49 int msg_style; member
/freebsd/contrib/openpam/lib/libpam/
H A Dpam_vprompt.c79 msg.msg_style = style; in pam_vprompt()
H A Dopenpam_ttyconv.c335 switch (msg[i]->msg_style) { in openpam_ttyconv()
/freebsd/crypto/openssh/
H A Dauth-pam.c420 switch (PAM_MSG_MEMBER(msg, i, msg_style)) { in sshpam_thread_conv()
428 PAM_MSG_MEMBER(msg, i, msg_style), buffer) == -1) in sshpam_thread_conv()
450 PAM_MSG_MEMBER(msg, i, msg_style), buffer) == -1) in sshpam_thread_conv()
639 switch (PAM_MSG_MEMBER(msg, i, msg_style)) { in sshpam_store_conv()
1148 switch (PAM_MSG_MEMBER(msg, i, msg_style)) {
1309 switch (PAM_MSG_MEMBER(msg, i, msg_style)) { in sshpam_passwd_conv()
/freebsd/contrib/openpam/modules/pam_unix/
H A Dpam_unix.c92 msg.msg_style = PAM_PROMPT_ECHO_OFF; in pam_sm_authenticate()
/freebsd/contrib/telnet/libtelnet/
H A Dsra.c490 switch (msg[i]->msg_style) { in auth_conv()
/freebsd/usr.sbin/ppp/
H A Dauth.c110 if (n != 1 || msg[0]->msg_style != PAM_PROMPT_ECHO_OFF) in pam_conv()
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c146 msg.msg_style = style; in converse()
/freebsd/libexec/ftpd/
H A Dftpd.c1207 switch (msg[i]->msg_style) { in auth_conv()