Home
last modified time | relevance | path

Searched defs:poly64 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/liblzma/check/
H A Dcrc64_small.c22 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); in crc64_init() local
H A Dcrc64_tablegen.c26 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); in init_crc64_table() local
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dumac.c818 static UINT64 poly64(UINT64 cur, UINT64 key, UINT64 data) in poly64() function