summaryrefslogtreecommitdiffstats
path: root/crypto/modes/ccm128.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2012-11-05crypto/modes: even more strict aliasing fixes [and fix bug in cbc128.c fromAndy Polyakov
2011-08-07aes/asm/aesni-*.pl: fix CCM and further optimize it.Andy Polyakov
2011-04-24ccm128.c: add CRYPTO_ccm128_[en|de]crypt_ccm64 and minor optimization.Andy Polyakov
2011-04-18Typo.Dr. Stephen Henson
2011-04-18ccm128.c: fix Win32 compiler warning.Andy Polyakov
2011-04-18ccm128.c: fix STRICT_ALIGNMENT another bug in CRYPTO_ccm128_decrypt.Andy Polyakov
2011-04-18Compile ccm128.c, move some structures to modes_lcl.h add prototypes.Dr. Stephen Henson
2011-04-16ccm128.c: minor optimization and bugfix in CRYPTO_ccm128_[en|de]crypt.Andy Polyakov
2011-02-08ccm128.c: initialize ctx->block (what I was smoking?).Andy Polyakov
2011-02-08ccm128.c: initial draft.Andy Polyakov