VeraCrypt/src/Volume
2019-10-24 21:07:39 +02:00
..
Cipher.cpp SIMD speed optimization for Kuznyechik cipher implementation (up to 2x speedup). Based on https://github.com/aprelev/libgost15. 2017-11-27 16:16:35 +01:00
Cipher.h SIMD speed optimization for Kuznyechik cipher implementation (up to 2x speedup). Based on https://github.com/aprelev/libgost15. 2017-11-27 16:16:35 +01:00
Crc32.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
EncryptionAlgorithm.cpp Crypto: Add support for 5 new cascades of cipher algorithms (Camellia-Kuznyechik, Camellia-Serpent, Kuznyechik-AES, Kuznyechik-Serpent-Camellia and Kuznyechik-Twofish) 2018-03-27 16:15:57 +02:00
EncryptionAlgorithm.h Crypto: Add support for 5 new cascades of cipher algorithms (Camellia-Kuznyechik, Camellia-Serpent, Kuznyechik-AES, Kuznyechik-Serpent-Camellia and Kuznyechik-Twofish) 2018-03-27 16:15:57 +02:00
EncryptionMode.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
EncryptionMode.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
EncryptionModeXTS.cpp Linux/MacOSX crypto: report XTS optimization implemented previously on Windows 2019-01-25 19:23:13 +01:00
EncryptionModeXTS.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
EncryptionTest.cpp Crypto: Add support for 5 new cascades of cipher algorithms (Camellia-Kuznyechik, Camellia-Serpent, Kuznyechik-AES, Kuznyechik-Serpent-Camellia and Kuznyechik-Twofish) 2018-03-27 16:15:57 +02:00
EncryptionTest.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
EncryptionThreadPool.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
EncryptionThreadPool.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Hash.cpp Linux/MacOSX: use aligned memory for allocating hash context to avoid issues on some platforms especially for Streebog. 2017-07-02 12:08:04 +02:00
Hash.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Keyfile.cpp Increase password maximum length to 128 bytes from 64 bytes 2019-01-28 17:16:33 +01:00
Keyfile.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Pkcs5Kdf.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Pkcs5Kdf.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Version.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Volume.cpp Linux/MacOSX/FreeBSD: In TrueCrypt mode, reject Streebog as KDF since it is not supported. 2018-08-10 01:31:30 +02:00
Volume.h Linux/MacOSX/FreeBSD: Support mounting partially encrypted system partitions/drivers in ReadOnly mode in order to allow troubleshooting in some cases. 2018-06-11 00:14:53 +02:00
Volume.make Linux/MacOSX: Better approach to avoid that jitterentropy code is optimized by the compiler 2019-10-24 21:07:39 +02:00
VolumeException.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
VolumeException.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
VolumeHeader.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
VolumeHeader.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
VolumeInfo.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
VolumeInfo.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
VolumeLayout.cpp Crypto: Add support for 5 new cascades of cipher algorithms (Camellia-Kuznyechik, Camellia-Serpent, Kuznyechik-AES, Kuznyechik-Serpent-Camellia and Kuznyechik-Twofish) 2018-03-27 16:15:57 +02:00
VolumeLayout.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
VolumePassword.cpp MacOSX: fix link error under Xcode 4.6.3 2019-10-06 19:14:45 +02:00
VolumePassword.h MacOSX: fix link error under Xcode 4.6.3 2019-10-06 19:14:45 +02:00
VolumePasswordCache.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
VolumePasswordCache.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
VolumeSlot.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00