Searched refs:msg_style (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/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-14.2/lib/libpam/modules/pam_radius/ |
| H A D | pam_radius.c | 254 msgs[num_msgs].msg_style = PAM_TEXT_INFO; in do_challenge() 270 msgs[num_msgs].msg_style = PAM_TEXT_INFO; in do_challenge() 274 msgs[num_msgs-1].msg_style = PAM_PROMPT_ECHO_ON; in do_challenge()
|
| /freebsd-14.2/contrib/openpam/include/security/ |
| H A D | pam_types.h | 49 int msg_style; member
|
| /freebsd-14.2/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-14.2/crypto/openssh/ |
| H A D | auth-pam.c | 424 switch (PAM_MSG_MEMBER(msg, i, msg_style)) { in sshpam_thread_conv() 432 PAM_MSG_MEMBER(msg, i, msg_style), buffer) == -1) in sshpam_thread_conv() 454 PAM_MSG_MEMBER(msg, i, msg_style), buffer) == -1) in sshpam_thread_conv() 643 switch (PAM_MSG_MEMBER(msg, i, msg_style)) { in sshpam_store_conv() 1152 switch (PAM_MSG_MEMBER(msg, i, msg_style)) { in sshpam_tty_conv() 1311 switch (PAM_MSG_MEMBER(msg, i, msg_style)) { in sshpam_passwd_conv()
|
| /freebsd-14.2/contrib/openpam/modules/pam_unix/ |
| H A D | pam_unix.c | 92 msg.msg_style = PAM_PROMPT_ECHO_OFF; in pam_sm_authenticate()
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | auth.c | 110 if (n != 1 || msg[0]->msg_style != PAM_PROMPT_ECHO_OFF) in pam_conv()
|
| /freebsd-14.2/contrib/telnet/libtelnet/ |
| H A D | sra.c | 490 switch (msg[i]->msg_style) { in auth_conv()
|
| /freebsd-14.2/contrib/pam_modules/pam_passwdqc/ |
| H A D | pam_passwdqc.c | 146 msg.msg_style = style; in converse()
|
| /freebsd-14.2/libexec/ftpd/ |
| H A D | ftpd.c | 1222 switch (msg[i]->msg_style) { in auth_conv()
|