aboutsummaryrefslogtreecommitdiff
path: root/crypto/modes/xts128.c
AgeCommit message (Collapse)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/modes/Richard Levitte1-1/+1
[skip ci] Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7803)
2016-05-17Copyright consolidation 06/10Rich Salz1-46/+6
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-02-18Remove outdated DEBUG flags.Rich Salz1-7/+0
Add -DBIO_DEBUG to --strict-warnings. Remove comments about outdated debugging ifdef guards. Remove md_rand ifdef guarding an assert; it doesn't seem used. Remove the conf guards in conf_api since we use OPENSSL_assert, not assert. For pkcs12 stuff put OPENSSL_ in front of the macro name. Merge TLS_DEBUG into SSL_DEBUG. Various things just turned on/off asserts, mainly for checking non-NULL arguments, which is now removed: camellia, bn_ctx, crypto/modes. Remove some old debug code, that basically just printed things to stderr: DEBUG_PRINT_UNKNOWN_CIPHERSUITES, DEBUG_ZLIB, OPENSSL_RI_DEBUG, RL_DEBUG, RSA_DEBUG, SCRYPT_DEBUG. Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-113/+130
Reviewed-by: Tim Hudson <tjh@openssl.org>
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
vectors whose lenght was not multiples of 16 bytes.
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