aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes/xts128.c
Commit message (Expand)AuthorAgeFilesLines
* Add and use internal header that implements endianness checkRichard Levitte2020-07-111-8/+4
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Avoid undefined behavior with unaligned accessesBernd Edlinger2020-05-271-8/+16
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-161-2/+2
* Following the license change, modify the boilerplates in crypto/modes/Richard Levitte2018-12-061-1/+1
* 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-113/+130
* xts128.c: minor optimizaton.Andy Polyakov2011-05-041-12/+14
* xts128.c: fix bug introduced in commit#20704. Bug affected encryption ofAndy Polyakov2011-04-231-2/+2
* Fix WIN32 warning.Dr. Stephen Henson2011-04-211-2/+2
* xts128.c: minor optimization and clarified prototype.Andy Polyakov2011-04-201-1/+11
* Provisional AES XTS support.Dr. Stephen Henson2011-04-121-15/+2
* xts128.c: minor optimization.Andy Polyakov2011-03-041-56/+55
* xts128.c: initial draft.Andy Polyakov2011-02-101-0/+189