Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauth2-chall.c60 extern KbdintDevice sshpam_device;
69 &sshpam_device,
H A Dmonitor.c1019 extern KbdintDevice sshpam_device;
1032 sshpam_ctxt = (sshpam_device.init_ctx)(authctxt); in mm_answer_pam_init_ctx()
1057 ret = (sshpam_device.query)(sshpam_ctxt, &name, &info, in mm_answer_pam_query()
1107 ret = (sshpam_device.respond)(sshpam_ctxt, num, resp); in mm_answer_pam_respond()
1112 ret = (sshpam_device.respond)(sshpam_ctxt, num, NULL); in mm_answer_pam_respond()
1133 (sshpam_device.free_ctx)(sshpam_ctxt); in mm_answer_pam_free_ctx()
H A Dauth-pam.c1027 KbdintDevice sshpam_device = { variable