Lines Matching refs:nbits
673 int nh_len, nbits; in nh_final() local
688 nbits = (hc->bytes_hashed << 3); in nh_final()
689 ((UINT64 *)result)[0] = ((UINT64 *)hc->state)[0] + nbits; in nh_final()
691 ((UINT64 *)result)[1] = ((UINT64 *)hc->state)[1] + nbits; in nh_final()
694 ((UINT64 *)result)[2] = ((UINT64 *)hc->state)[2] + nbits; in nh_final()
697 ((UINT64 *)result)[3] = ((UINT64 *)hc->state)[3] + nbits; in nh_final()
711 UINT32 nbits; in nh() local
714 nbits = (unpadded_len << 3); in nh()
716 ((UINT64 *)result)[0] = nbits; in nh()
718 ((UINT64 *)result)[1] = nbits; in nh()
721 ((UINT64 *)result)[2] = nbits; in nh()
724 ((UINT64 *)result)[3] = nbits; in nh()