Searched defs:low_3 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.c420 static const uint64_t low_3 = 0x3ffff00ULL; variable
445 ((b & low_3) >> 5);
449 ((a & low_3) >> 5);

Completed in 47 milliseconds