Searched refs:digit_count (Results 1 – 1 of 1) sorted by relevance
17 int i, digit_count, bits_set = 0, err; in dh_check_pubkey() local35 digit_count = mp_get_digit_count(key->y); in dh_check_pubkey()36 for (i = 0; i < digit_count && bits_set < 2; i++) { in dh_check_pubkey()
Completed in 2 milliseconds