XRootD
Loading...
Searching...
No Matches
tlsmix< true > Struct Reference
Collaboration diagram for tlsmix< true >:

Static Public Member Functions

static unsigned long mixer (unsigned long x)

Detailed Description

Definition at line 329 of file XrdTlsContext.cc.

Member Function Documentation

◆ mixer()

unsigned long tlsmix< true >::mixer ( unsigned long x)
inlinestatic

Definition at line 330 of file XrdTlsContext.cc.

330 {
331 // mixer based on murmurhash3
332 x ^= x >> 16;
333 x *= 0x85ebca6bU;
334 x ^= x >> 13;
335 x *= 0xc2b2ae35U;
336 x ^= x >> 16;
337 return x;
338 }

The documentation for this struct was generated from the following file: