Home | History | Annotate | Download | only in tls

Lines Matching defs:mp_count_bits

171 static int mp_count_bits(mp_int * a);
764 int size = mp_count_bits (a);
1550 static int mp_count_bits (mp_int * a)
1640 n = mp_count_bits(a) - mp_count_bits(b);
1741 norm = mp_count_bits(&y) % DIGIT_BIT;
1892 x = mp_count_bits (X);
2162 p = mp_count_bits(n);
2200 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2922 bits = mp_count_bits (b) % DIGIT_BIT;
2973 x = mp_count_bits (X);