Searched refs:bits_set (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Ddh.c219 int bits_set = 0; local
245 bits_set++;
246 debug2("bits set: %d/%d", bits_set, BN_num_bits(dh->p));
249 * if g==2 and bits_set==1 then computing log_g(dh_pub) is trivial
251 if (bits_set < 4) {
253 bits_set, BN_num_bits(dh->p));
/freebsd-11-stable/sys/dev/scd/
H A Dscd.c114 static int waitfor_status_bits(struct scd_softc *, int bits_set, int bits_clear);
1274 waitfor_status_bits(struct scd_softc *sc, int bits_set, int bits_clear) argument
1290 if ((c & bits_set) == bits_set &&
1305 if ((c & bits_set) == bits_set &&
1315 if ((c & bits_set) == bits_set &&
1322 device_printf(sc->dev, "DEBUG: waitfor: TIMEOUT (0x%x,(0x%x,0x%x))\n", c, bits_set, bits_clear);

Completed in 111 milliseconds