Searched refs:bits_set (Results 1 – 1 of 1) sorted by relevance
17 int i, digit_count, bits_set = 0, err; in dh_check_pubkey() local36 for (i = 0; i < digit_count && bits_set < 2; i++) { in dh_check_pubkey()39 if (digit & 1) bits_set++; in dh_check_pubkey()43 if (bits_set > 1) { in dh_check_pubkey()
Completed in 1 milliseconds