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

/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/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;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dumac.c802 * word at a time. As described in the specification, poly32 and poly64
809 static UINT64 poly64(UINT64 cur, UINT64 key, UINT64 data) function
851 hc->poly_accum[i] = poly64(hc->poly_accum[i],
853 hc->poly_accum[i] = poly64(hc->poly_accum[i],
856 hc->poly_accum[i] = poly64(hc->poly_accum[i],

Completed in 114 milliseconds