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

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c171 static int mp_count_bits(mp_int * a);
764 int size = mp_count_bits (a);
1549 static int mp_count_bits (mp_int * a) function
1639 n = mp_count_bits(a) - mp_count_bits(b);
1740 norm = mp_count_bits(&y) % DIGIT_BIT;
1891 x = mp_count_bits (X);
2161 p = mp_count_bits(n);
2199 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2922 bits = mp_count_bits (
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1068 num_bytes = (mp_count_bits((mp_int *) a) + 7) / 8;
1093 (mp_count_bits((mp_int *) m) + 7) / 8 * 2,
1361 return (mp_count_bits(&e->prime) + 7) / 8;
1367 return mp_count_bits(&e->prime);
1373 return (mp_count_bits(&e->order) + 7) / 8;

Completed in 195 milliseconds