auth_type         639 src/vfs/sftpfs/connection.c         sftpfs_super->auth_type |= PASSWORD;
auth_type         643 src/vfs/sftpfs/connection.c         sftpfs_super->auth_type |= PUBKEY;
auth_type         646 src/vfs/sftpfs/connection.c         sftpfs_super->auth_type |= AGENT;
auth_type         671 src/vfs/sftpfs/connection.c     if ((sftpfs_super->auth_type & AGENT) == 0)
auth_type         721 src/vfs/sftpfs/connection.c     if ((sftpfs_super->auth_type & PUBKEY) == 0)
auth_type         814 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         711 src/vfs/sftpfs/sftpfs.c     arch->auth_type = NONE;