svn rev #20599: trunk/src/lib/crypto/ aes/ arcfour/ des/ md4/ md5/ sha1/

raeburn@MIT.EDU raeburn at MIT.EDU
Sat Aug 2 02:36:50 EDT 2008


Commit By: raeburn
Log Message: 
Make more uses of load/store_32_be/le, which on x86 at least expands
to a single unaligned load/store instruction, instead of open-coding
the shifts and masks.


Changed Files:
U   trunk/src/lib/crypto/aes/aes_s2k.c
U   trunk/src/lib/crypto/arcfour/arcfour.c
U   trunk/src/lib/crypto/des/f_sched.c
U   trunk/src/lib/crypto/md4/md4.c
U   trunk/src/lib/crypto/md5/md5.c
U   trunk/src/lib/crypto/pbkdf2.c
U   trunk/src/lib/crypto/sha1/shs.c



More information about the cvs-krb5 mailing list