Searched refs:poly64 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/xz/src/liblzma/check/
H A Dcrc64_small.c22 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); local
28 r = (r >> 1) ^ poly64;
H A Dcrc64_tablegen.c26 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); local
34 r = (r >> 1) ^ poly64;
/freebsd-10-stable/crypto/openssh/
H A Dumac.c786 * word at a time. As described in the specification, poly32 and poly64
793 static UINT64 poly64(UINT64 cur, UINT64 key, UINT64 data) function
835 hc->poly_accum[i] = poly64(hc->poly_accum[i],
837 hc->poly_accum[i] = poly64(hc->poly_accum[i],
840 hc->poly_accum[i] = poly64(hc->poly_accum[i],
H A Dssh_namespace.h526 #define poly64 Fssh_poly64 macro

Completed in 127 milliseconds