OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:poly_accum
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
umac.c
799
UINT64
poly_accum
[STREAMS]; /* poly hash result */
member in struct:uhash_ctx
860
hc->
poly_accum
[i] = poly64(hc->
poly_accum
[i],
862
hc->
poly_accum
[i] = poly64(hc->
poly_accum
[i],
865
hc->
poly_accum
[i] = poly64(hc->
poly_accum
[i],
941
if (ahc->
poly_accum
[i] >= p64)
942
ahc->
poly_accum
[i] -= p64;
943
t = ip_aux(0,ahc->ip_keys+(i*4), ahc->
poly_accum
[i])
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026