mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
cperciva's libmd implementation is 5-30% faster
The same was done for SHA256 previously in r263218
cperciva's implementation was lacking SHA-384 which I implemented, validated against OpenSSL and the NIST documentation
Extend sbin/md5 to create sha384(1)
Chase dependancies on sys/crypto/sha2/sha2.{c,h} and replace them with sha512{c.c,.h}
Reviewed by: cperciva, des, delphij
Approved by: secteam, bapt (mentor)
MFC after: 2 weeks
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D3929
|
||
|---|---|---|
| .. | ||
| i386 | ||
| Makefile | ||
| Makefile.depend | ||
| md4.copyright | ||
| md4.h | ||
| md4c.c | ||
| md5.copyright | ||
| md5.h | ||
| md5c.c | ||
| mddriver.c | ||
| mdX.3 | ||
| mdXhl.c | ||
| ripemd.3 | ||
| ripemd.h | ||
| rmd160c.c | ||
| rmd_locl.h | ||
| rmdconst.h | ||
| rmddriver.c | ||
| sha.3 | ||
| sha.h | ||
| sha0c.c | ||
| sha1c.c | ||
| sha256.3 | ||
| sha512.3 | ||
| sha_locl.h | ||
| shadriver.c | ||