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

/illumos-gate/usr/src/uts/common/des/
H A Ddes_soft.c61 #define btst(k, b) (k[b >> 3] & (0x80 >> (b & 07))) macro
140 if (btst(userkey, bit))
143 if (btst(userkey, bit))
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_soft.c70 #define btst(k, b) (k[b >> 3] & (0x80 >> (b & 07))) macro
194 if (btst(userkey, bit))
197 if (btst(userkey, bit))
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_soft.c65 #define btst(k, b) (k[b >> 3] & (0x80 >> (b & 07))) macro
230 if (btst(userkey, bit))
233 if (btst(userkey, bit))

Completed in 46 milliseconds