musl/src/crypt
Szabolcs Nagy 9724defdb7 in crypt_des change unnecessary union keybuf into unsigned char[]
original FreeSec code accessed keybuf as uint32* and uint8* as well
(incorrectly), this got fixed with an union, but then it seems the
uint32* access is no longer needed so the code can be simplified
2013-01-13 23:54:48 +01:00
..
crypt.c cleanup src/linux and src/misc trees, etc. 2012-09-07 00:48:25 -04:00
crypt_blowfish.c revert low rounds-count limits in crypt hashes 2012-09-15 03:03:21 -04:00
crypt_des.c in crypt_des change unnecessary union keybuf into unsigned char[] 2013-01-13 23:54:48 +01:00
crypt_md5.c crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum 2013-01-13 23:18:32 +01:00
crypt_r.c add crypt_md5 password hash 2012-09-15 23:41:07 -04:00
crypt_sha256.c crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum 2013-01-13 23:18:32 +01:00
crypt_sha512.c crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum 2013-01-13 23:18:32 +01:00