aboutsummaryrefslogtreecommitdiff
path: root/crypto/xts.c
AgeCommit message (Expand)Author
2018-10-24crypto: annotate xts_tweak_encdec as inlineableDaniel P. Berrangé
2018-10-24crypto: convert xts_mult_x to use xts_uint128 typeDaniel P. Berrangé
2018-10-24crypto: convert xts_tweak_encdec to use xts_uint128 typeDaniel P. Berrangé
2018-10-24crypto: introduce a xts_uint128 data typeDaniel P. Berrangé
2018-10-24crypto: remove code duplication in tweak encrypt/decryptDaniel P. Berrangé
2016-03-17crypto: import an implementation of the XTS cipher modeDaniel P. Berrange