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

  /external/openssh/
sshconnect2.c 267 char *authlist; member in struct:cauthctxt
324 static Authmethod *authmethod_get(char *authlist);
386 authctxt.authlist = NULL;
455 userauth(Authctxt *authctxt, char *authlist)
462 if (authlist == NULL) {
463 authlist = authctxt->authlist;
465 free(authctxt->authlist);
466 authctxt->authlist = authlist;
551 char *authlist = NULL; local
    [all...]
  /external/curl/lib/
ssh.h 111 const char *authlist; /* List of auth. methods, managed by libssh2 */ member in struct:ssh_conn
ssh.c 774 sshc->authlist = libssh2_userauth_list(sshc->ssh_session,
778 if(!sshc->authlist) {
797 sshc->authlist);
810 (strstr(sshc->authlist, "publickey") != NULL)) {
926 (strstr(sshc->authlist, "password") != NULL)) {
956 (strstr(sshc->authlist, "hostbased") != NULL)) {
971 && (strstr(sshc->authlist, "publickey") != NULL)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 570 authlist = self.esmtp_features["auth"].split()
580 if method in authlist:
  /external/python/cpython2/Lib/
smtplib.py 588 authlist = self.esmtp_features["auth"].split()
598 if method in authlist:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 580 authlist = self.esmtp_features["auth"].split()
590 if method in authlist:
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 580 authlist = self.esmtp_features["auth"].split()
590 if method in authlist:
  /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:
  /external/syslinux/gpxe/src/drivers/net/
hfa384x.h 2682 prism2sta_authlist_t authlist; \/* Authenticated station list. *\/ member in struct:hfa384x
    [all...]

Completed in 970 milliseconds