git: cryptoapi: inline functions and s/blocklen/blocksize/
Michael Neumann
mneumann at crater.dragonflybsd.org
Sun Nov 9 06:27:03 PST 2025
commit 2d6b98ca36621f8e505db43c9c7a8348427c1839
Author: Michael Neumann <mneumann at ntecs.de>
Date: Sun Nov 9 15:17:32 2025 +0100
cryptoapi: inline functions and s/blocklen/blocksize/
- Inline a few functions which previously were macros
- Consistently use "blocksize" instead of "blocklen"
- Use uint8_t for alpha instead of int
- Use memset() in proximity of memcpy()
- Non-functional change
Summary of changes:
sys/crypto/cryptoapi/cryptoapi.c | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2d6b98ca36621f8e505db43c9c7a8348427c1839
--
DragonFly BSD source repository
More information about the Commits
mailing list