summaryrefslogtreecommitdiff
path: root/lib/crypto/md4.c
AgeCommit message (Collapse)AuthorFilesLines
2025-08-27lib:crypto: Don’t pass null pointer to memcpy()Jennifer Sutton1-1/+3
This results in undefined behaviour. Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2025-08-27lib:crypto: Remove trailing whitespaceJennifer Sutton1-30/+28
Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2018-11-22lib:crypto: Fix undefined behavior in md4Andreas Schneider1-2/+4
runtime error: left shift of 145 by 24 places cannot be represented in type 'int' Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
2010-06-16lib/crypto: only include what is needed.Günther Deschner1-1/+1
Guenther
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+1
remove some unused functions.
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-0/+176