/external/dropbear/libtommath/ |
bn_mp_lshd.c | 19 int mp_lshd (mp_int * a, int b) function
|
/external/wpa_supplicant/ |
libtommath.c | 115 static int mp_lshd(mp_int * a, int b); 1336 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) { 1431 static int mp_lshd (mp_int * a, int b) function [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
libtommath.c | 142 static int mp_lshd(mp_int * a, int b); 1388 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) { 1487 static int mp_lshd (mp_int * a, int b) function [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 142 static int mp_lshd(mp_int * a, int b); 1388 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) { 1487 static int mp_lshd (mp_int * a, int b) function [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 4473 int mp_lshd (mp_int * a, int b) function [all...] |