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

/external/dropbear/libtommath/
H A Dbn_mp_2expt.c24 mp_2expt (mp_int * a, int b) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h462 #define mp_2expt(a, b) ltc_mp.twoexpt(a, b) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c1331 /* {{{ mp_2expt(a, k) */
1335 mp_err mp_2expt(mp_int *a, mp_digit k) function
1341 } /* end mp_2expt() */
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c182 static int mp_2expt(mp_int * a, int b);
2200 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2219 static int mp_2expt (mp_int * a, int b) function
2248 if ((res = mp_2expt (a, b->used * 2 * DIGIT_BIT)) != MP_OKAY) {
2925 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);
2200 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2219 static int mp_2expt (mp_int * a, int b) function
2248 if ((res = mp_2expt (a, b->used * 2 * DIGIT_BIT)) != MP_OKAY) {
2925 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);
2200 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2219 static int mp_2expt (mp_int * a, int b) function
2248 if ((res = mp_2expt (a, b->used * 2 * DIGIT_BIT)) != MP_OKAY) {
2925 if ((res = mp_2expt (a, (b->used - 1) * DIGIT_BIT + bits - 1)) != MP_OKAY) {
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c735 mp_2expt (mp_int * a, int b) function
4699 if ((res = mp_2expt (a, (b->used - 1) * DIGIT_BIT + bits - 1)) != MP_OKAY) {
6820 if ((res = mp_2expt(&tmp, p)) != MP_OKAY) {
6870 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
7019 if ((res = mp_2expt (a, b->used * 2 * DIGIT_BIT)) != MP_OKAY) {

Completed in 444 milliseconds