Home | History | Annotate | Download | only in openssh

Lines Matching refs:devs

103 kbdint_alloc(const char *devs)
115 if (strcmp(devs, "") == 0) {
127 kbdintctxt->devices = xstrdup(devs);
190 auth2_challenge(Authctxt *authctxt, char *devs)
192 debug("auth2_challenge: user=%s devs=%s",
194 devs ? devs : "<no devs>");
196 if (authctxt->user == NULL || !devs)
199 authctxt->kbdintctxt = kbdint_alloc(devs);