Lines Matching refs:scratch
109 uint64_t scratch; in des3_keycheck() local
163 scratch = key_so_far; in des3_keycheck()
173 scratch >>= 1; in des3_keycheck()
174 if (scratch & 0x1) /* bit 1 */ in des3_keycheck()
176 scratch >>= 1; in des3_keycheck()
177 if (scratch & 0x1) /* bit 2 */ in des3_keycheck()
179 scratch >>= 1; in des3_keycheck()
180 if (scratch & 0x1) /* bit 3 */ in des3_keycheck()
182 scratch >>= 1; in des3_keycheck()
183 if (scratch & 0x1) /* bit 4 */ in des3_keycheck()
185 scratch >>= 1; in des3_keycheck()
186 if (scratch & 0x1) /* bit 5 */ in des3_keycheck()
188 scratch >>= 1; in des3_keycheck()
189 if (scratch & 0x1) /* bit 6 */ in des3_keycheck()
191 scratch >>= 1; in des3_keycheck()
192 if (scratch & 0x1) /* bit 7 */ in des3_keycheck()
194 scratch >>= 1; in des3_keycheck()