summaryrefslogtreecommitdiffstats
path: root/crypto/modes/ctr128.c
AgeCommit message (Expand)Author
2021-04-08Update copyright yearMatt Caswell
2021-03-24enc: fix coverity 1451499, 1451501, 1451506, 1451507, 1351511, 1451514, 14515...Pauli
2020-07-11Add and use internal header that implements endianness checkRichard Levitte
2020-06-04Update copyright yearMatt Caswell
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/modes/Richard Levitte
2016-11-25modes/ctr128.c: fix false carry in counter increment procedure.Andy Polyakov
2016-05-17Copyright consolidation 06/10Rich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-12modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.Andy Polyakov
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22modes/ctr128.c: make it indent-friendly.Andy Polyakov
2011-02-16Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson
2010-05-04"Jumbo" update for crypto/modes:Andy Polyakov
2010-04-10ctr129.c: fix typo, simplify ctr128_inc and fix "n=0" bug.Andy Polyakov
2008-12-23crypto/modes: make modes.h selfsufficient and rename block_f to block128_t.Andy Polyakov
2008-12-16128-bit block cipher modes consolidation. As consolidated functionsAndy Polyakov