Lines Matching full:xts
34 #include <crypto/xts.h>
415 /* Split the XTS key into the two subkeys */ in xts_aes_set_key()
435 u8 xts[16]; in xts_aes_crypt() member
461 memset(pcc_param.xts, 0, sizeof(pcc_param.xts)); in xts_aes_crypt()
467 memcpy(xts_param.init, pcc_param.xts, 16); in xts_aes_crypt()
500 pr_err("Allocating XTS fallback algorithm %s failed\n", in xts_fallback_init()
517 .base.cra_name = "xts(aes)",
518 .base.cra_driver_name = "xts-aes-s390",
619 .base.cra_name = "xts(aes)",
620 .base.cra_driver_name = "full-xts-aes-s390",
621 .base.cra_priority = 403, /* aes-xts-s390 + 1 */