AES_FLAGS_XTS
if (opmode == AES_FLAGS_XTS) {
if (!req->cryptlen && opmode != AES_FLAGS_XTS)
return atmel_aes_crypt(req, AES_FLAGS_XTS | AES_FLAGS_ENCRYPT);
return atmel_aes_crypt(req, AES_FLAGS_XTS);