summaryrefslogtreecommitdiffstats
path: root/crypto/xts.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Fix LGPL information in the file headersThomas Huth2019-07-191-1/+1
* crypto: annotate xts_tweak_encdec as inlineableDaniel P. Berrangé2018-10-241-5/+5
* crypto: convert xts_mult_x to use xts_uint128 typeDaniel P. Berrangé2018-10-241-12/+28
* crypto: convert xts_tweak_encdec to use xts_uint128 typeDaniel P. Berrangé2018-10-241-26/+58
* crypto: introduce a xts_uint128 data typeDaniel P. Berrangé2018-10-241-20/+26
* crypto: remove code duplication in tweak encrypt/decryptDaniel P. Berrangé2018-10-241-49/+15Star
* crypto: import an implementation of the XTS cipher modeDaniel P. Berrange2016-03-171-0/+230