NetBSD/sys
tls 6b3afc53e0 Add asm versions of blowfish and des transforms for i386.
This also involved updating the in-kernel DES functions to correspond
to the versions in our in-tree OpenSSL, because the des_SPtrans table
has changed; the asm code will not work with the old permutation table!

C and i386 asm code for the DES, 3DES, and Blowfish CBC modes is also
included; it is not currently built as the ESP processing in esp_core.c
splits the CBC operation and the cipher transform apart.  Hopefully that
will be fixed as there is a substantial performance improvement to be had
from doing so.  It will remain necessary to use the C version of the
Blowfish CBC function on some i386 machines, however, as the asm version
uses bswapl, which ony 486 and later processors have.  The DES CBC code
doesn't have this problem.

Finally, change esp_core.c to use the ecb3_encrypt function instead of
calling ecb_encrypt three times; this improves performance a bit, in
particular in the asm case.
2001-09-09 11:03:59 +00:00
..
adosfs
altq
arch Add asm versions of blowfish and des transforms for i386. 2001-09-09 11:00:59 +00:00
coda
compat Allow the old-style sockaddr_in6 for v6 addresses for which the 2001-09-08 14:19:09 +00:00
conf Add asm versions of blowfish and des transforms for i386. 2001-09-09 11:00:59 +00:00
crypto Add asm versions of blowfish and des transforms for i386. 2001-09-09 11:03:59 +00:00
ddb
dev Fix sample code in comment; pci_conf_print() takes three arguments. 2001-09-09 01:45:29 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern Don't trash the ref count of cred. It causes a memory leak. 2001-09-08 15:34:06 +00:00
lib On the 68010, don't bother with the by-8-longwords loop, instead 2001-09-06 21:30:15 +00:00
lkm vax1k_subr.c is gone 2001-09-08 13:19:50 +00:00
miscfs
msdosfs
net Make this interface cloning. 2001-09-04 20:41:32 +00:00
netatalk
netccitt
netinet
netinet6 Add asm versions of blowfish and des transforms for i386. 2001-09-09 11:00:59 +00:00
netisdn
netiso
netkey
netnatm
netns
netsmb
nfs
ntfs
smbfs
stand
sys Mix random data directly into the pool and increase entropy instead of 2001-09-09 00:48:54 +00:00
ufs Incorporate the enhanced ffs_dirpref() by Grigoriy Orlov, as found in 2001-09-06 02:16:00 +00:00
uvm let user know current value of MAX_KMAPENT in panic 2001-09-07 00:50:54 +00:00
Makefile