Home | History | Annotate | Download | only in mtest

Lines Matching defs:mp_count_bits

2425 /* {{{ mp_count_bits(mp) */
2427 int mp_count_bits(mp_int *mp)
2444 } /* end mp_count_bits() */
2512 len = s_mp_outlen(mp_count_bits(mp), radix) + 1; /* for NUL terminator */