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

Static Public Member Functions

static unsigned long mixer (unsigned long x)

Detailed Description

Definition at line 316 of file XrdTlsContext.cc.

Member Function Documentation

◆ mixer()

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

Definition at line 317 of file XrdTlsContext.cc.

317 {
318 // mixer based on splitmix64
319 x ^= x >> 30;
320 x *= 0xbf58476d1ce4e5b9UL;
321 x ^= x >> 27;
322 x *= 0x94d049bb133111ebUL;
323 x ^= x >> 31;
324 return x;
325 }

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