XRootD
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 440 of file XrdTlsContext.cc.

Member Function Documentation

◆ mixer()

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

Definition at line 441 of file XrdTlsContext.cc.

441  {
442  // mixer based on murmurhash3
443  x ^= x >> 16;
444  x *= 0x85ebca6bU;
445  x ^= x >> 13;
446  x *= 0xc2b2ae35U;
447  x ^= x >> 16;
448  return x;
449  }

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