Searched refs:msg_style (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/openpam/t/ |
H A D | t_pam_conv.c | 86 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 D | pam_radius.c | 253 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 D | pam_types.h | 49 int msg_style; member
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | pam_vprompt.c | 79 msg.msg_style = style; in pam_vprompt()
|
H A D | openpam_ttyconv.c | 335 switch (msg[i]->msg_style) { in openpam_ttyconv()
|
/freebsd/crypto/openssh/ |
H A D | auth-pam.c | 420 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 D | pam_unix.c | 92 msg.msg_style = PAM_PROMPT_ECHO_OFF; in pam_sm_authenticate()
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | sra.c | 490 switch (msg[i]->msg_style) { in auth_conv()
|
/freebsd/usr.sbin/ppp/ |
H A D | auth.c | 110 if (n != 1 || msg[0]->msg_style != PAM_PROMPT_ECHO_OFF) in pam_conv()
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | pam_passwdqc.c | 146 msg.msg_style = style; in converse()
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.c | 1207 switch (msg[i]->msg_style) { in auth_conv()
|