Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dumac.c781 UINT64 poly_accum[STREAMS]; /* poly hash result */ member
842 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
844 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
847 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
923 if (ahc->poly_accum[i] >= p64) in ip_long()
924 ahc->poly_accum[i] -= p64; in ip_long()
925 t = ip_aux(0,ahc->ip_keys+(i*4), ahc->poly_accum[i]); in ip_long()
941 pc->poly_accum[0] = 1; in uhash_reset()
943 pc->poly_accum[1] = 1; in uhash_reset()
946 pc->poly_accum[2] = 1; in uhash_reset()
[all …]