Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dumac.c546 key = hc->nh_key + hc->bytes_hashed; in nh_transform()
585 hc->bytes_hashed = 0; in nh_reset()
626 hc->bytes_hashed += HASH_BUF_BYTES; in nh_update()
633 hc->bytes_hashed += i; in nh_update()
684 hc->bytes_hashed += hc->next_data_empty; in nh_final()
685 } else if (hc->bytes_hashed == 0) { in nh_final()
691 nbits = (hc->bytes_hashed << 3); in nh_final()
1051 UWORD bytes_hashed, bytes_remaining; in uhash_update() local
1062 bytes_hashed = L1_KEY_LEN; in uhash_update()
1064 if (bytes_hashed + len >= L1_KEY_LEN) { in uhash_update()
[all …]