auth_type         638 src/vfs/sftpfs/connection.c         sftpfs_super->auth_type |= PASSWORD;
auth_type         642 src/vfs/sftpfs/connection.c         sftpfs_super->auth_type |= PUBKEY;
auth_type         645 src/vfs/sftpfs/connection.c         sftpfs_super->auth_type |= AGENT;
auth_type         670 src/vfs/sftpfs/connection.c     if ((sftpfs_super->auth_type & AGENT) == 0)
auth_type         720 src/vfs/sftpfs/connection.c     if ((sftpfs_super->auth_type & PUBKEY) == 0)
auth_type         813 src/vfs/sftpfs/connection.c     if ((sftpfs_super->auth_type & PASSWORD) == 0)
auth_type          42 src/vfs/sftpfs/internal.h     sftpfs_auth_type_t auth_type;
auth_type         716 src/vfs/sftpfs/sftpfs.c     arch->auth_type = NONE;