Searched refs:bytes_hashed (Results 1 – 1 of 1) sorted by relevance
327 int bytes_hashed; /* Bytes (out of L1_KEY_LEN) incorporated. */ member549 key = hc->nh_key + hc->bytes_hashed; in nh_transform()588 hc->bytes_hashed = 0; in nh_reset()629 hc->bytes_hashed += HASH_BUF_BYTES; in nh_update()636 hc->bytes_hashed += i; in nh_update()687 hc->bytes_hashed += hc->next_data_empty; in nh_final()688 } else if (hc->bytes_hashed == 0) { in nh_final()694 nbits = (hc->bytes_hashed << 3); in nh_final()1054 UWORD bytes_hashed, bytes_remaining; in uhash_update() local1063 bytes_hashed = ctx->msg_len % L1_KEY_LEN; in uhash_update()[all …]