auth_type 595 src/vfs/sftpfs/connection.c sftpfs_super->auth_type |= PASSWORD; auth_type 599 src/vfs/sftpfs/connection.c sftpfs_super->auth_type |= PUBKEY; auth_type 602 src/vfs/sftpfs/connection.c sftpfs_super->auth_type |= AGENT; auth_type 627 src/vfs/sftpfs/connection.c if ((sftpfs_super->auth_type & AGENT) == 0) auth_type 677 src/vfs/sftpfs/connection.c if ((sftpfs_super->auth_type & PUBKEY) == 0) auth_type 770 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 717 src/vfs/sftpfs/sftpfs.c arch->auth_type = NONE;