Home | History | Annotate | Download | only in openssh

Lines Matching refs:devs

104 kbdint_alloc(const char *devs)
116 if (strcmp(devs, "") == 0) {
128 kbdintctxt->devices = xstrdup(devs);
193 auth2_challenge(Authctxt *authctxt, char *devs)
195 debug("auth2_challenge: user=%s devs=%s",
197 devs ? devs : "<no devs>");
199 if (authctxt->user == NULL || !devs)
202 authctxt->kbdintctxt = kbdint_alloc(devs);