Clean up the AES enc_provider code a bit. Chiefly, work with unsigned
authorGreg Hudson <ghudson@mit.edu>
Wed, 2 Dec 2009 19:52:54 +0000 (19:52 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 2 Dec 2009 19:52:54 +0000 (19:52 +0000)
commita7781443df5535f28b0770251950cf65ffeee33c
tree159a72f1c99818dc43ea75f8341cc79026a06b90
parent08dee89e2f221fd566db707b760eb893291a7352
Clean up the AES enc_provider code a bit.  Chiefly, work with unsigned
char blocks, casting input->data and output->data once each upon entry
to the non-IOV encrypt and decrypt functions, rather than casting our
working buffers each time we need to work with an outside function.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23428 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/builtin/enc_provider/aes.c