git: dm_target_crypt_ng - Implement Twofish/Serpent CBC/XTS ciphers

Michael Neumann mneumann at crater.dragonflybsd.org
Sat Apr 12 10:05:14 PDT 2025


commit 318b6238420013af6af389866dd527f9abf57a2c
Author: Michael Neumann <mneumann at ntecs.de>
Date:   Sat Apr 12 15:44:25 2025 +0200

    dm_target_crypt_ng - Implement Twofish/Serpent CBC/XTS ciphers
    
    This adds quite a lot of duplication concerning the XTS mode which
    has to be refactored with a follow up commit.
    
    It also has to be tested properly!

Summary of changes:
 sys/dev/disk/dm/crypt_ng/cryptoapi.c       | 432 ++++++++++++++++++++++++++++-
 sys/dev/disk/dm/crypt_ng/cryptoapi.h       |   6 +
 sys/dev/disk/dm/crypt_ng/dm_target_crypt.c |  12 +
 3 files changed, 449 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/318b6238420013af6af389866dd527f9abf57a2c


-- 
DragonFly BSD source repository


More information about the Commits mailing list