Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dumac.c799 UINT64 poly_accum[STREAMS]; /* poly hash result */ member
860 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
862 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
865 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
941 if (ahc->poly_accum[i] >= p64) in ip_long()
942 ahc->poly_accum[i] -= p64; in ip_long()
943 t = ip_aux(0,ahc->ip_keys+(i*4), ahc->poly_accum[i]); in ip_long()
959 pc->poly_accum[0] = 1; in uhash_reset()
961 pc->poly_accum[1] = 1; in uhash_reset()
964 pc->poly_accum[2] = 1; in uhash_reset()
[all …]