Update the crypto derived key support code to conform to most of the
authorGreg Hudson <ghudson@mit.edu>
Sat, 3 Oct 2009 18:07:44 +0000 (18:07 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sat, 3 Oct 2009 18:07:44 +0000 (18:07 +0000)
commit228548a2afeb4075d6da16e78bb97ca44c7bfabd
tree0ae007bb1b32dc072be0e88907b6f6111d7c4453
parent8025c33f6285b8773a927351c0b3503d878565f1
Update the crypto derived key support code to conform to most of the
current coding practices (except lack of tabs).  Use the helper
functions k5alloc, zapfree, and find_enctype to reduce code size.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22840 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/krb/dk/checksum.c
src/lib/crypto/krb/dk/derive.c
src/lib/crypto/krb/dk/dk.h
src/lib/crypto/krb/dk/dk_aead.c
src/lib/crypto/krb/dk/dk_decrypt.c
src/lib/crypto/krb/dk/dk_encrypt.c
src/lib/crypto/krb/dk/stringtokey.c