Home | History | Annotate | Download | only in des
History log of /src/sys/crypto/des/des_enc.c
RevisionDateAuthorComments
 1.4  11-Dec-2005  christos merge ktrace-lwp.
 1.3  26-Feb-2005  perry nuke trailing whitespace
 1.2  13-Nov-2001  lukem branches: 1.2.16; 1.2.24; 1.2.26;
add RCSIDs
 1.1  09-Sep-2001  tls branches: 1.1.2; 1.1.4; 1.1.6;
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.
 1.1.6.2  01-Oct-2001  fvdl Catch up with -current.
 1.1.6.1  09-Sep-2001  fvdl file des_enc.c was added on branch thorpej-devvp on 2001-10-01 12:44:04 +0000
 1.1.4.3  14-Nov-2001  nathanw Catch up to -current.
 1.1.4.2  21-Sep-2001  nathanw Catch up to -current.
 1.1.4.1  09-Sep-2001  nathanw file des_enc.c was added on branch nathanw_sa on 2001-09-21 22:35:25 +0000
 1.1.2.3  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.1.2.2  13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.1.2.1  09-Sep-2001  thorpej file des_enc.c was added on branch kqueue on 2001-09-13 01:15:32 +0000
 1.2.26.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.2.24.1  29-Apr-2005  kent sync with -current
 1.2.16.1  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!

RSS XML Feed