aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/krb/dk/dk_ccm.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-07Conditionalize the Camellia-CCM code, requiring the builder to defineGreg Hudson1-0/+4
2010-08-09Make the camellia-ccm cipher state just the counter value, forGreg Hudson1-7/+27
2010-08-03Massage the CCM encrypt/decrypt code. Mostly minor comment and styleGreg Hudson1-110/+100
2010-08-02Parameterize krb5int_derive_random() instead of guessing whichGreg Hudson1-2/+2
2010-07-30Remove some unnecessary casts in the camellia-ccm code. (make_dataGreg Hudson1-4/+4
2010-07-29Merge and edit some of the changes from r23983 of trunk to r24216 ofGreg Hudson1-0/+600