aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes/ccm128.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 06/10Rich Salz2016-05-171-46/+6
* Remove outdated DEBUG flags.Rich Salz2016-02-181-7/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-322/+360
* crypto/modes: even more strict aliasing fixes [and fix bug in cbc128.c fromAndy Polyakov2012-11-051-1/+1
* aes/asm/aesni-*.pl: fix CCM and further optimize it.Andy Polyakov2011-08-071-2/+2
* ccm128.c: add CRYPTO_ccm128_[en|de]crypt_ccm64 and minor optimization.Andy Polyakov2011-04-241-21/+150
* Typo.Dr. Stephen Henson2011-04-181-1/+1
* ccm128.c: fix Win32 compiler warning.Andy Polyakov2011-04-181-1/+1
* ccm128.c: fix STRICT_ALIGNMENT another bug in CRYPTO_ccm128_decrypt.Andy Polyakov2011-04-181-4/+7
* Compile ccm128.c, move some structures to modes_lcl.h add prototypes.Dr. Stephen Henson2011-04-181-8/+1
* ccm128.c: minor optimization and bugfix in CRYPTO_ccm128_[en|de]crypt.Andy Polyakov2011-04-161-51/+63
* ccm128.c: initialize ctx->block (what I was smoking?).Andy Polyakov2011-02-081-1/+2
* ccm128.c: initial draft.Andy Polyakov2011-02-081-0/+303