Home
last modified time | relevance | path

Searched refs:PAM_MSG_MEMBER (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth2-pam.c242 int style = PAM_MSG_MEMBER(msg, i, msg_style); in do_pam_conv_kbd_int()
246 PAM_MSG_MEMBER(msg, i, msg)); in do_pam_conv_kbd_int()
251 PAM_MSG_MEMBER(msg, i, msg)); in do_pam_conv_kbd_int()
256 PAM_MSG_MEMBER(msg, i, msg)); in do_pam_conv_kbd_int()
257 message_cat(&text, PAM_MSG_MEMBER(msg, i, msg)); in do_pam_conv_kbd_int()
261 PAM_MSG_MEMBER(msg, i, msg)); in do_pam_conv_kbd_int()
262 message_cat(&text, PAM_MSG_MEMBER(msg, i, msg)); in do_pam_conv_kbd_int()
266 message_cat(&text, PAM_MSG_MEMBER(msg, i, msg)); in do_pam_conv_kbd_int()
290 int style = PAM_MSG_MEMBER(msg, i, msg_style); in do_pam_conv_kbd_int()
297 packet_put_utf8_cstring(PAM_MSG_MEMBER(msg, i, msg)); in do_pam_conv_kbd_int()
H A Dauth-pam.c401 switch(PAM_MSG_MEMBER(msg, count, msg_style)) { in do_pam_conversation()
411 if (PAM_MSG_MEMBER(msg, count, msg) != NULL) { in do_pam_conversation()
413 PAM_MSG_MEMBER(msg, count, msg)); in do_pam_conversation()
H A Dsession.c2557 switch(PAM_MSG_MEMBER(prompts, count, msg_style)) { in session_do_pam_conv()
2560 prompt = PAM_MSG_MEMBER(prompts, count, msg); in session_do_pam_conv()
2572 prompt = PAM_MSG_MEMBER(prompts, count, msg); in session_do_pam_conv()
/titanic_50/usr/src/cmd/ssh/include/
H A Ddefines.h493 #define PAM_MSG_MEMBER(msg, n, member) ((*(msg))[(n)].member) macro
495 #define PAM_MSG_MEMBER(msg, n, member) ((msg)[(n)]->member) macro