git: dm_target_crypt_ng - Refactor crypto ciphers
Michael Neumann
mneumann at crater.dragonflybsd.org
Sat Apr 12 03:28:40 PDT 2025
commit d18e01dc3794081afa04ed081bef65a7e2c065bf
Author: Michael Neumann <mneumann at ntecs.de>
Date: Fri Apr 11 21:26:26 2025 +0200
dm_target_crypt_ng - Refactor crypto ciphers
* Improve software AES-XTS implementation by passing in a block
function and moving the explicit_bzero to the outer function
* Replace use of macros with inline functions
* Use xor_block and xor_block3 functions
Summary of changes:
sys/dev/disk/dm/crypt_ng/crypto_cipher.c | 136 ++++++++++++++++++++-----------
1 file changed, 89 insertions(+), 47 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d18e01dc3794081afa04ed081bef65a7e2c065bf
--
DragonFly BSD source repository
More information about the Commits
mailing list