aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/krb/aead.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-30Merge r24242:24397 from trunk to branches/nss. This will break theGreg Hudson1-178/+0
2009-12-10Restructure the crypto checksum implementation to minimizeGreg Hudson1-65/+0
2009-12-06Remove the ivec parameters from the keyhash provider functions, asGreg Hudson1-1/+1
2009-12-06Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson1-44/+5
2009-12-04Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson1-200/+19
2009-12-02Speed up the per-block loops of AES, DES3, and DES IOV encryption byGreg Hudson1-1/+3
2009-12-02Fix an incorrect length in the new krb5int_c_decrypt_aead_compatGreg Hudson1-1/+1
2009-12-01Make krb5int_c_decrypt_aead_compat more efficient by building theGreg Hudson1-23/+41
2009-11-30Add an AEAD provider for enctypes which use krb5_old_encrypt andGreg Hudson1-8/+20
2009-11-28Mark and reindent lib/cryptoGreg Hudson1-192/+193
2009-10-31make mark-cstyleTom Yu1-4/+3
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov1-4/+4
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson1-5/+5
2009-10-03Update the crypto API glue to conform to most of the current codingGreg Hudson1-42/+42
2009-08-03Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov1-0/+573