summaryrefslogtreecommitdiffstats
path: root/crypto/modes/xts128.c
AgeCommit message (Expand)Author
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-05-17Copyright consolidation 06/10Rich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-05-04xts128.c: minor optimizaton.Andy Polyakov
2011-04-23xts128.c: fix bug introduced in commit#20704. Bug affected encryption ofAndy Polyakov
2011-04-21Fix WIN32 warning.Dr. Stephen Henson
2011-04-20xts128.c: minor optimization and clarified prototype.Andy Polyakov
2011-04-12Provisional AES XTS support.Dr. Stephen Henson
2011-03-04xts128.c: minor optimization.Andy Polyakov
2011-02-10xts128.c: initial draft.Andy Polyakov