Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-10-24 | crypto: annotate xts_tweak_encdec as inlineable | Daniel P. Berrangé | 1 | -5/+5 |
2018-10-24 | crypto: convert xts_mult_x to use xts_uint128 type | Daniel P. Berrangé | 1 | -12/+28 |
2018-10-24 | crypto: convert xts_tweak_encdec to use xts_uint128 type | Daniel P. Berrangé | 1 | -26/+58 |
2018-10-24 | crypto: introduce a xts_uint128 data type | Daniel P. Berrangé | 1 | -20/+26 |
2018-10-24 | crypto: remove code duplication in tweak encrypt/decrypt | Daniel P. Berrangé | 1 | -49/+15 |
2016-03-17 | crypto: import an implementation of the XTS cipher mode | Daniel P. Berrange | 1 | -0/+230 |