summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/krb/aead.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-2/+1
* Consolidate almost all lib/crypto/krb headers into a singleGreg Hudson2011-03-021-5/+1
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-071-178/+0
* Restructure the crypto checksum implementation to minimizeGreg Hudson2009-12-101-65/+0
* Remove the ivec parameters from the keyhash provider functions, asGreg Hudson2009-12-061-1/+1
* Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson2009-12-061-44/+5
* Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson2009-12-041-200/+19
* Speed up the per-block loops of AES, DES3, and DES IOV encryption byGreg Hudson2009-12-021-1/+3
* Fix an incorrect length in the new krb5int_c_decrypt_aead_compatGreg Hudson2009-12-021-1/+1
* Make krb5int_c_decrypt_aead_compat more efficient by building theGreg Hudson2009-12-011-23/+41
* Add an AEAD provider for enctypes which use krb5_old_encrypt andGreg Hudson2009-11-301-8/+20
* Mark and reindent lib/cryptoGreg Hudson2009-11-281-192/+193
* make mark-cstyleTom Yu2009-10-311-4/+3
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-281-4/+4
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-5/+5
* Update the crypto API glue to conform to most of the current codingGreg Hudson2009-10-031-42/+42
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-031-0/+573