Searched defs:mp_2expt (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c182 static int mp_2expt(mp_int * a, int b);
2199 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2218 static int mp_2expt (mp_int * a, int b) function
2247 if ((res = mp_2expt (a, b->used * 2 * DIGIT_BIT)) != MP_OKAY) {
2924 if ((res = mp_2expt (a, (b->used - 1) * DIGIT_BIT + bits - 1)) != MP_OKAY) {
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c182 static int mp_2expt(mp_int * a, int b);
2199 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2218 static int mp_2expt (mp_int * a, int b) function
2247 if ((res = mp_2expt (a, b->used * 2 * DIGIT_BIT)) != MP_OKAY) {
2924 if ((res = mp_2expt (a, (b->used - 1) * DIGIT_BIT + bits - 1)) != MP_OKAY) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c182 static int mp_2expt(mp_int * a, int b);
2199 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2218 static int mp_2expt (mp_int * a, int b) function
2247 if ((res = mp_2expt (a, b->used * 2 * DIGIT_BIT)) != MP_OKAY) {
2924 if ((res = mp_2expt (a, (b->used - 1) * DIGIT_BIT + bits - 1)) != MP_OKAY) {

Completed in 222 milliseconds