aboutsummaryrefslogtreecommitdiff
path: root/crypto/modes/xts128.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-11Add and use internal header that implements endianness checkRichard Levitte1-8/+4
2020-06-04Update copyright yearMatt Caswell1-1/+1
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger1-8/+16
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis1-2/+2
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-113/+130
2011-05-04xts128.c: minor optimizaton.Andy Polyakov1-12/+14
2011-04-23xts128.c: fix bug introduced in commit#20704. Bug affected encryption ofAndy Polyakov1-2/+2
2011-04-21Fix WIN32 warning.Dr. Stephen Henson1-2/+2
2011-04-20xts128.c: minor optimization and clarified prototype.Andy Polyakov1-1/+11
2011-04-12Provisional AES XTS support.Dr. Stephen Henson1-15/+2
2011-03-04xts128.c: minor optimization.Andy Polyakov1-56/+55
2011-02-10xts128.c: initial draft.Andy Polyakov1-0/+189