NetBSD/lib/libcrypto
thorpej cb83ceb68d Add support for building the assembly version of MD5 from OpenSSL.
Before:
Doing md5 for 3s on 8 size blocks: 1490796 md5's in 3.00s
Doing md5 for 3s on 64 size blocks: 895849 md5's in 3.00s
Doing md5 for 3s on 256 size blocks: 410807 md5's in 3.00s
Doing md5 for 3s on 1024 size blocks: 129416 md5's in 3.00s
Doing md5 for 3s on 8192 size blocks: 17527 md5's in 3.00s
type              8 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
md5               3975.46k    19111.45k    35055.53k    44173.99k    47860.39k

After:
Doing md5 for 3s on 8 size blocks: 2041410 md5's in 3.00s
Doing md5 for 3s on 64 size blocks: 1345402 md5's in 3.00s
Doing md5 for 3s on 256 size blocks: 669827 md5's in 3.10s
Doing md5 for 3s on 1024 size blocks: 221744 md5's in 2.96s
Doing md5 for 3s on 8192 size blocks: 30685 md5's in 3.00s
type              8 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
md5               5443.76k    28701.91k    56968.68k    76711.44k    83790.51k
2000-07-31 19:08:02 +00:00
..
arch/i386 Add support for building the assembly version of MD5 from OpenSSL. 2000-07-31 19:08:02 +00:00
asn1.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
bf.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
bio.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
bn.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
buffer.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
cast.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
comp.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
conf.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
crypto.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
des.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
dh.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
dsa.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
err.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
evp.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
hmac.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
idea.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
lhash.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
Makefile update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
md2.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
md5.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
mdc2.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
objects.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
pem.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
pkcs7.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
pkcs12.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
rand.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
rc2.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
rc4.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
rc5.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
ripemd.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
rnd_keys.c Add cleaned up versions of des_set_random_generator_seed(), 2000-06-21 19:46:16 +00:00
rsa.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
sha.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
shlib_version bump libcrypto minor 2000-07-17 02:21:18 +00:00
srcs.inc Rework this so what we can include arch-specific versions 2000-07-31 17:04:05 +00:00
stack.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
txt_db.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
x509.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00
x509v3.inc update for openssl 0.9.5a 2000-07-16 07:16:20 +00:00