HIFN_D_DST_DALIGN 1454 drivers/crypto/hifn_795x.c 		if (!IS_ALIGNED(dst->offset, HIFN_D_DST_DALIGN) ||
HIFN_D_DST_DALIGN 1455 drivers/crypto/hifn_795x.c 		    !IS_ALIGNED(dst->length, HIFN_D_DST_DALIGN) ||
HIFN_D_DST_DALIGN 1468 drivers/crypto/hifn_795x.c 			copy = slen & ~(HIFN_D_DST_DALIGN - 1);
HIFN_D_DST_DALIGN 1469 drivers/crypto/hifn_795x.c 			diff = slen & (HIFN_D_DST_DALIGN - 1);
HIFN_D_DST_DALIGN 1540 drivers/crypto/hifn_795x.c 		if (!IS_ALIGNED(dst->offset, HIFN_D_DST_DALIGN) ||
HIFN_D_DST_DALIGN 1541 drivers/crypto/hifn_795x.c 		    !IS_ALIGNED(dlen, HIFN_D_DST_DALIGN))