This patch adds support for the AES-XTS algorithm for HW that supports it. Pascal van Leeuwen (3): crypto: inside-secure - Move static cipher alg & mode settings to init crypto: inside-secure - Add support for the AES-XTS algorithm crypto: inside-secure - Only enable algorithms advertised by the hardware drivers/crypto/inside-secure/safexcel.c | 37 ++- drivers/crypto/inside-secure/safexcel.h | 35 +++ drivers/crypto/inside-secure/safexcel_cipher.c | 401 +++++++++++++++---------- drivers/crypto/inside-secure/safexcel_hash.c | 12 + 4 files changed, 332 insertions(+), 153 deletions(-) -- 1.8.3.1