libcryfs/src/cryfs/config
Sebastian Messmer 9c6713a00e Fix cryfs-stat
2018-11-10 12:38:57 -08:00
..
crypto Introduce CryKeyProvider to have an abstraction layer that allows plugging in non-password-based key providers 2018-10-27 09:48:57 -07:00
CryCipher.cpp Simplify: key size is only known at runtime, not a template parameter anymore 2018-10-21 22:53:53 +02:00
CryCipher.h Simplify: key size is only known at runtime, not a template parameter anymore 2018-10-21 22:53:53 +02:00
CryConfig.cpp Merge from develop 2018-02-03 09:56:49 -08:00
CryConfig.h Update filesystem format version 2018-02-03 10:12:26 -08:00
CryConfigConsole.cpp Remove unused using statements 2017-10-29 15:47:46 +00:00
CryConfigConsole.h New default block size: 16KB 2017-09-19 11:20:28 +01:00
CryConfigCreator.cpp Introduce CryKeyProvider to have an abstraction layer that allows plugging in non-password-based key providers 2018-10-27 09:48:57 -07:00
CryConfigCreator.h Add environment variable to specify local storage directory 2018-04-21 22:04:21 -07:00
CryConfigFile.cpp Introduce CryKeyProvider to have an abstraction layer that allows plugging in non-password-based key providers 2018-10-27 09:48:57 -07:00
CryConfigFile.h Introduce CryKeyProvider to have an abstraction layer that allows plugging in non-password-based key providers 2018-10-27 09:48:57 -07:00
CryConfigLoader.cpp Fix cryfs-stat 2018-11-10 12:38:57 -08:00
CryConfigLoader.h Fix cryfs-stat 2018-11-10 12:38:57 -08:00
CryKeyProvider.cpp Introduce CryKeyProvider to have an abstraction layer that allows plugging in non-password-based key providers 2018-10-27 09:48:57 -07:00
CryKeyProvider.h Introduce CryKeyProvider to have an abstraction layer that allows plugging in non-password-based key providers 2018-10-27 09:48:57 -07:00
CryPasswordBasedKeyProvider.cpp Introduce CryKeyProvider to have an abstraction layer that allows plugging in non-password-based key providers 2018-10-27 09:48:57 -07:00
CryPasswordBasedKeyProvider.h Introduce a CryPresetPasswordBasedKeyProvider for when the password is already known 2018-10-27 20:36:54 -07:00
CryPresetPasswordBasedKeyProvider.cpp Introduce a CryPresetPasswordBasedKeyProvider for when the password is already known 2018-10-27 20:36:54 -07:00
CryPresetPasswordBasedKeyProvider.h Introduce a CryPresetPasswordBasedKeyProvider for when the password is already known 2018-10-27 20:36:54 -07:00