Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c774 UINT64 poly_accum[STREAMS]; /* poly hash result */ member
835 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
837 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
840 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
916 if (ahc->poly_accum[i] >= p64) in ip_long()
917 ahc->poly_accum[i] -= p64; in ip_long()
918 t = ip_aux(0,ahc->ip_keys+(i*4), ahc->poly_accum[i]); in ip_long()
934 pc->poly_accum[0] = 1; in uhash_reset()
936 pc->poly_accum[1] = 1; in uhash_reset()
939 pc->poly_accum[2] = 1; in uhash_reset()
[all …]