Searched refs:msg_style (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/openpam/t/ |
| H A D | t_pam_conv.c | 88 if (msgs[i]->msg_style != s->msgs[i].msg_style) { in t_pam_conv() 91 s->msgs[i].msg_style, msgs[i]->msg_style); in t_pam_conv() 100 switch (msgs[i]->msg_style) { in t_pam_conv() 115 msgs[i]->msg_style); in t_pam_conv()
|
| /freebsd-13.1/lib/libpam/modules/pam_radius/ |
| H A D | pam_radius.c | 256 msgs[num_msgs].msg_style = PAM_TEXT_INFO; in do_challenge() 272 msgs[num_msgs].msg_style = PAM_TEXT_INFO; in do_challenge() 276 msgs[num_msgs-1].msg_style = PAM_PROMPT_ECHO_ON; in do_challenge()
|
| /freebsd-13.1/contrib/openpam/include/security/ |
| H A D | pam_types.h | 51 int msg_style; member
|
| /freebsd-13.1/contrib/openpam/lib/libpam/ |
| H A D | pam_vprompt.c | 81 msg.msg_style = style; in pam_vprompt()
|
| H A D | openpam_ttyconv.c | 337 switch (msg[i]->msg_style) { in openpam_ttyconv()
|
| /freebsd-13.1/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() 1139 switch (PAM_MSG_MEMBER(msg, i, msg_style)) { in sshpam_tty_conv() 1298 switch (PAM_MSG_MEMBER(msg, i, msg_style)) { in sshpam_passwd_conv()
|
| /freebsd-13.1/contrib/openpam/modules/pam_unix/ |
| H A D | pam_unix.c | 94 msg.msg_style = PAM_PROMPT_ECHO_OFF; in pam_sm_authenticate()
|
| /freebsd-13.1/contrib/telnet/libtelnet/ |
| H A D | sra.c | 494 switch (msg[i]->msg_style) { in auth_conv()
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | auth.c | 112 if (n != 1 || msg[0]->msg_style != PAM_PROMPT_ECHO_OFF) in pam_conv()
|
| /freebsd-13.1/contrib/pam_modules/pam_passwdqc/ |
| H A D | pam_passwdqc.c | 146 msg.msg_style = style; in converse()
|
| /freebsd-13.1/libexec/ftpd/ |
| H A D | ftpd.c | 1242 switch (msg[i]->msg_style) { in auth_conv()
|