/src/lib/libtelnet/ |
sra.c | 515 auth_conv(int num_msg, const struct pam_message **msg, function in typeref:typename:int 564 struct pam_conv conv = { &auth_conv, &auth_cred };
|
sra.c | 515 auth_conv(int num_msg, const struct pam_message **msg, function in typeref:typename:int 564 struct pam_conv conv = { &auth_conv, &auth_cred };
|
/src/libexec/ftpd/ |
ftpd.c | 3783 auth_conv(int num_msg, const struct pam_message **msg, function in typeref:typename:int 3813 "auth_conv: already performed PAM_PROMPT_ECHO_OFF"); 3852 "auth_conv: unexpected reply '%.4s'", pbuf); 3899 struct pam_conv conv = { &auth_conv, &auth_cred };
|
ftpd.c | 3783 auth_conv(int num_msg, const struct pam_message **msg, function in typeref:typename:int 3813 "auth_conv: already performed PAM_PROMPT_ECHO_OFF"); 3852 "auth_conv: unexpected reply '%.4s'", pbuf); 3899 struct pam_conv conv = { &auth_conv, &auth_cred };
|