Home
last modified time | relevance | path

Searched refs:HIFN_D_DST_DALIGN (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/
H A Dhifn_795x.c346 #define HIFN_D_DST_DALIGN 4 macro
1457 if (!IS_ALIGNED(dst->offset, HIFN_D_DST_DALIGN) || in hifn_cipher_walk()
1458 !IS_ALIGNED(dst->length, HIFN_D_DST_DALIGN) || in hifn_cipher_walk()
1471 copy = slen & ~(HIFN_D_DST_DALIGN - 1); in hifn_cipher_walk()
1472 diff = slen & (HIFN_D_DST_DALIGN - 1); in hifn_cipher_walk()
1543 if (!IS_ALIGNED(dst->offset, HIFN_D_DST_DALIGN) || in hifn_setup_session()
1544 !IS_ALIGNED(dlen, HIFN_D_DST_DALIGN)) in hifn_setup_session()