Make more uses of load/store_32_be/le, which on x86 at least expands
authorKen Raeburn <raeburn@mit.edu>
Sat, 2 Aug 2008 06:36:49 +0000 (06:36 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 2 Aug 2008 06:36:49 +0000 (06:36 +0000)
commit4c3157497d4394cb6b09565a94091256aa3d5b54
tree4bf8c84ccd9f18ee9b6e14a0b0cbd906516fbad7
parentfef45697544a3855a989a321b621612aa4651f20
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.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20599 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/aes/aes_s2k.c
src/lib/crypto/arcfour/arcfour.c
src/lib/crypto/des/f_sched.c
src/lib/crypto/md4/md4.c
src/lib/crypto/md5/md5.c
src/lib/crypto/pbkdf2.c
src/lib/crypto/sha1/shs.c