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

  /external/openssh/
sshconnect2.c 261 char *authlist; member in struct:Authctxt
317 static Authmethod *authmethod_get(char *authlist);
404 authctxt.authlist = NULL;
427 userauth(Authctxt *authctxt, char *authlist)
436 if (authlist == NULL) {
437 authlist = authctxt->authlist;
439 if (authctxt->authlist)
440 xfree(authctxt->authlist);
441 authctxt->authlist = authlist
532 char *authlist = NULL; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 580 authlist = self.esmtp_features["auth"].split()
590 if method in authlist:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 580 authlist = self.esmtp_features["auth"].split()
590 if method in authlist:

Completed in 50 milliseconds