libgocryptfs/internal
Jakob Unterwurzacher 166ba74a05 tests: enable all go vet checks
...and fix reported errors:

internal/fusefrontend_reverse/rfile.go:40: github.com/rfjakob/gocryptfs/internal/contentenc.FileHeader composite literal uses unkeyed fields
internal/fusefrontend_reverse/rfs.go:249: github.com/hanwen/go-fuse/fuse.DirEntry composite literal uses unkeyed fields
internal/fusefrontend_reverse/rfs.go:264: github.com/hanwen/go-fuse/fuse.DirEntry composite literal uses unkeyed fields
2016-09-25 19:02:12 +02:00
..
configfile contentenc: add "ExternalNonce" mode 2016-09-25 17:44:19 +02:00
contentenc contentenc: rename constant "IVBitLen" to "DefaultIVBits" and clarify comment 2016-09-25 18:40:29 +02:00
cryptocore contentenc: add GCM-SIV support 2016-09-25 16:43:17 +02:00
fusefrontend nametransform: delete unused function DecryptPathDirIV 2016-09-25 18:56:23 +02:00
fusefrontend_reverse tests: enable all go vet checks 2016-09-25 19:02:12 +02:00
nametransform nametransform: delete unused function DecryptPathDirIV 2016-09-25 18:56:23 +02:00
prefer_openssl Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00
readpassword Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00
stupidgcm stupidgcm: use __builtin_trap() 2016-07-04 08:14:24 +02:00
syscallcompat Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00
tlog Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00