crypto: introduce a xts_uint128 data type
commitcc36930e4077eb3dbee6cd30d2d826ec62b3490a
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 9 Oct 2018 09:45:41 +0000 (9 10:45 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 24 Oct 2018 18:03:37 +0000 (24 19:03 +0100)
tree6e1f0d2729b20f5d05484cb942fa02c17dde791e
parent299ec87838babdf38be618cf2d81aef2500758bd
crypto: introduce a xts_uint128 data type

The new type is designed to allow use of 64-bit arithmetic instead
of operating 1-byte at a time. The following patches will use this to
improve performance.

Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
crypto/xts.c