Lines Matching refs:s390x
23 S390X_KM_XTS_PARAMS *km = &xctx->plat.s390x.param.km;
49 xctx->plat.s390x.iv_set = 1;
61 xctx->plat.s390x.key_set = 1;
64 xctx->plat.s390x.fc = fc | dec;
65 xctx->plat.s390x.offset = offs;
73 xctx->plat.s390x.fc = 0;
74 xctx->plat.s390x.offset = 0;
109 S390X_KM_XTS_PARAMS *km = &xctx->plat.s390x.param.km;
110 unsigned char *param = (unsigned char *)km + xctx->plat.s390x.offset;
111 unsigned int fc = xctx->plat.s390x.fc;
121 || !xctx->plat.s390x.iv_set
122 || !xctx->plat.s390x.key_set)