Searched refs:msg_style (Results 1 – 13 of 13) 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/contrib/pam-krb5/module/ |
| H A D | prompting.c | 159 msg.msg_style = type; in pamk5_conv() 291 message->msg_style = style; in format_prompt() 402 msg[current_prompt]->msg_style = PAM_TEXT_INFO; in pamk5_prompter_krb5() 412 msg[current_prompt]->msg_style = PAM_TEXT_INFO; in pamk5_prompter_krb5()
|
| /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/pam-krb5/tests/fakepam/ |
| H A D | script.c | 185 is_int(prompt->style, msg[i]->msg_style, "style of prompt %lu", in converse() 191 if (prompt->style == msg[i]->msg_style && prompt->response != NULL) { in converse()
|
| /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/telnet/libtelnet/ |
| H A D | sra.c | 498 switch (msg[i]->msg_style) { in auth_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 | |