aboutsummaryrefslogtreecommitdiff
path: root/crypto/modes/ccm128.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/modes/Richard Levitte1-1/+1
2016-05-17Copyright consolidation 06/10Rich Salz1-46/+6
2016-02-18Remove outdated DEBUG flags.Rich Salz1-7/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-322/+360
2012-11-05crypto/modes: even more strict aliasing fixes [and fix bug in cbc128.c fromAndy Polyakov1-1/+1
2011-08-07aes/asm/aesni-*.pl: fix CCM and further optimize it.Andy Polyakov1-2/+2
2011-04-24ccm128.c: add CRYPTO_ccm128_[en|de]crypt_ccm64 and minor optimization.Andy Polyakov1-21/+150
2011-04-18Typo.Dr. Stephen Henson1-1/+1
2011-04-18ccm128.c: fix Win32 compiler warning.Andy Polyakov1-1/+1
2011-04-18ccm128.c: fix STRICT_ALIGNMENT another bug in CRYPTO_ccm128_decrypt.Andy Polyakov1-4/+7
2011-04-18Compile ccm128.c, move some structures to modes_lcl.h add prototypes.Dr. Stephen Henson1-8/+1
2011-04-16ccm128.c: minor optimization and bugfix in CRYPTO_ccm128_[en|de]crypt.Andy Polyakov1-51/+63
2011-02-08ccm128.c: initialize ctx->block (what I was smoking?).Andy Polyakov1-1/+2
2011-02-08ccm128.c: initial draft.Andy Polyakov1-0/+303