libcryfs/src/cpp-utils/data
Sebastian Messmer 68a4c5646a Fix clang-tidy warnings 2021-04-21 17:37:40 -07:00
..
Data.cpp Remove legacy code making CryFS compatible with older Crypto++ versions. We need a newer Crypto++ versions now anyhow because we use its scrypt implementation. 2019-01-20 14:07:06 -08:00
Data.h Introduce Allocators to cpputils::Data 2018-09-11 18:49:13 -07:00
DataFixture.cpp Fix data generation that was broken by the last commit 2021-01-12 23:00:12 -08:00
DataFixture.h Fix test cases for newer GCC versions in Release mode 2021-01-12 22:09:33 -08:00
DataUtils.cpp Fix googletest deprecations 2019-10-19 18:38:54 -07:00
DataUtils.h Optimize std::move use 2017-10-01 09:04:29 +01:00
Deserializer.cpp Refactor directory layout to allow other modules in same repository 2016-02-11 12:04:49 +01:00
Deserializer.h When an integrity violation occurs, gracefully unmount the file system and refuse to mount on future attempts 2018-12-10 21:20:18 -08:00
FixedSizeData.h Fix clang-tidy warnings 2021-04-21 17:37:40 -07:00
SerializationHelper.cpp Remove c style casts and unaligned memory accesses 2017-12-03 19:01:41 +00:00
SerializationHelper.h Remove c style casts and unaligned memory accesses 2017-12-03 19:01:41 +00:00
Serializer.cpp Refactor directory layout to allow other modules in same repository 2016-02-11 12:04:49 +01:00
Serializer.h When an integrity violation occurs, gracefully unmount the file system and refuse to mount on future attempts 2018-12-10 21:20:18 -08:00