Searched refs:sshpam_device (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth2-chall.c57 extern KbdintDevice sshpam_device;
69 &sshpam_device,
H A Dmonitor.c1062 extern KbdintDevice sshpam_device;
1070 sshpam_ctxt = (sshpam_device.init_ctx)(authctxt);
1092 ret = (sshpam_device.query)(sshpam_ctxt, &name, &info, &num, &prompts, &echo_on);
1133 ret = (sshpam_device.respond)(sshpam_ctxt, num, resp);
1138 ret = (sshpam_device.respond)(sshpam_ctxt, num, NULL);
1155 (sshpam_device.free_ctx)(sshpam_ctxt);
H A Dauth-pam.c865 KbdintDevice sshpam_device = { variable

Completed in 153 milliseconds