Searched refs:sshpam_device (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | auth2-chall.c | 58 extern KbdintDevice sshpam_device; 70 &sshpam_device,
|
D | monitor.c | 1087 extern KbdintDevice sshpam_device; 1093 sshpam_ctxt = (sshpam_device.init_ctx)(authctxt); in mm_answer_pam_init_ctx() 1115 ret = (sshpam_device.query)(sshpam_ctxt, &name, &info, &num, &prompts, &echo_on); in mm_answer_pam_query() 1154 ret = (sshpam_device.respond)(sshpam_ctxt, num, resp); in mm_answer_pam_respond() 1159 ret = (sshpam_device.respond)(sshpam_ctxt, num, NULL); in mm_answer_pam_respond() 1177 (sshpam_device.free_ctx)(sshpam_ctxt); in mm_answer_pam_free_ctx()
|
D | auth-pam.c | 864 KbdintDevice sshpam_device = { variable
|