Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/xz/src/liblzma/check/
H A Dcrc64_small.c22 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); in crc64_init() local
28 r = (r >> 1) ^ poly64; in crc64_init()
H A Dcrc64_tablegen.c26 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); in init_crc64_table() local
34 r = (r >> 1) ^ poly64; in init_crc64_table()
/freebsd-13.1/crypto/openssh/
H A Dumac.c797 static UINT64 poly64(UINT64 cur, UINT64 key, UINT64 data) in poly64() function
839 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
841 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
844 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()
H A Dssh_namespace.h486 #define poly64 Fssh_poly64 macro