Home
last modified time | relevance | path

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

/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c189 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; in sun4i_hash() local
416 nbw = op->len - 4 * nwait; in sun4i_hash()
417 if (nbw) { in sun4i_hash()
419 wb &= GENMASK((nbw * 8) - 1, 0); in sun4i_hash()
421 op->byte_count += nbw; in sun4i_hash()
426 wb |= ((1 << 7) << (nbw * 8)); in sun4i_hash()
436 min_fill = 2 * sizeof(u32) + (nbw ? 0 : sizeof(u32)); in sun4i_hash()