Searched refs:PAM_MSG_MEMBER (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | auth-pam.c | 77 # define PAM_MSG_MEMBER(msg, n, member) ((*(msg))[(n)].member) macro 79 # define PAM_MSG_MEMBER(msg, n, member) ((msg)[(n)]->member) macro 365 switch (PAM_MSG_MEMBER(msg, i, msg_style)) { in sshpam_thread_conv() 368 PAM_MSG_MEMBER(msg, i, msg)); in sshpam_thread_conv() 370 PAM_MSG_MEMBER(msg, i, msg_style), &buffer) == -1) in sshpam_thread_conv() 380 PAM_MSG_MEMBER(msg, i, msg)); in sshpam_thread_conv() 382 PAM_MSG_MEMBER(msg, i, msg_style), &buffer) == -1) in sshpam_thread_conv() 392 PAM_MSG_MEMBER(msg, i, msg)); in sshpam_thread_conv() 394 PAM_MSG_MEMBER(msg, i, msg_style), &buffer) == -1) in sshpam_thread_conv() 399 PAM_MSG_MEMBER(msg, i, msg)); in sshpam_thread_conv() [all …]
|