Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dumac.c779 UINT64 poly_accum[STREAMS]; /* poly hash result */ member
840 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
842 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
845 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
921 if (ahc->poly_accum[i] >= p64) in ip_long()
922 ahc->poly_accum[i] -= p64; in ip_long()
923 t = ip_aux(0,ahc->ip_keys+(i*4), ahc->poly_accum[i]); in ip_long()
939 pc->poly_accum[0] = 1; in uhash_reset()
941 pc->poly_accum[1] = 1; in uhash_reset()
944 pc->poly_accum[2] = 1; in uhash_reset()
[all …]