Lines Matching defs:bit
69 * Won't work without 8 bit chars and 32 bit longs
83 * Table giving odd parity in the low bit for ASCII characters
107 * Add odd parity to low bit of 8 byte key
186 * the key. The low order bit of each
187 * 8-bit char is not used, so C and D are only 28
191 short bit;
198 bit = *pcc++;
199 if (btst(userkey, bit))
201 bit = *pcd++;
202 if (btst(userkey, bit))
213 short j, k, bit;
238 bit = 0;
250 if (C & (BIT28 >> PC2_C[bit]))
252 if (D & (BIT28 >> PC2_D[bit]))
254 bit++;
321 * Expand 8 bits of 32 bit R to 48 bit R
366 * Apply inner part; do xor and exchange of 32 bit parts