Searched refs:lsb (Results 1 – 1 of 1) sorted by relevance
556 u32 t, msb, lsb; in tgr192_final() local562 if ((lsb = t << 6) < t) { /* multiply by 64 to make a byte count */ in tgr192_final()566 t = lsb; in tgr192_final()567 if ((lsb = t + tctx->count) < t) { /* add the count */ in tgr192_final()570 t = lsb; in tgr192_final()571 if ((lsb = t << 3) < t) { /* multiply by 8 to make a bit count */ in tgr192_final()591 le32p[0] = cpu_to_le32(lsb); in tgr192_final()