HomeSort by relevance Sort by last modified time
    Searched refs:sshpam_device (Results 1 - 3 of 3) sorted by null

  /external/openssh/
auth2-chall.c 57 extern KbdintDevice sshpam_device;
69 &sshpam_device,
monitor.c 1018 extern KbdintDevice sshpam_device;
1026 sshpam_ctxt = (sshpam_device.init_ctx)(authctxt);
1048 ret = (sshpam_device.query)(sshpam_ctxt, &name, &info, &num, &prompts, &echo_on);
1088 ret = (sshpam_device.respond)(sshpam_ctxt, num, resp);
1093 ret = (sshpam_device.respond)(sshpam_ctxt, num, NULL);
1109 (sshpam_device.free_ctx)(sshpam_ctxt);
    [all...]
auth-pam.c 864 KbdintDevice sshpam_device = { variable

Completed in 928 milliseconds