OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_mp_sqr
(Results
1 - 5
of
5
) sorted by null
/external/dropbear/libtommath/
bn_s_mp_sqr.c
19
int
s_mp_sqr
(mp_int * a, mp_int * b)
function
/external/wpa_supplicant/
libtommath.c
108
static int
s_mp_sqr
(mp_int * a, mp_int * b);
2250
static int
s_mp_sqr
(mp_int * a, mp_int * b)
function
[
all
...]
/external/dropbear/libtommath/mtest/
mpi.c
190
mp_err
s_mp_sqr
(mp_int *a); /* magnitude square */
192
#define
s_mp_sqr
(a) s_mp_mul(a, a)
macro
780
if((res =
s_mp_sqr
(&x)) != MP_OKAY)
1119
if((res =
s_mp_sqr
(b)) != MP_OKAY)
1295
if((res =
s_mp_sqr
(&x)) != MP_OKAY)
1311
if((res =
s_mp_sqr
(&x)) != MP_OKAY)
3511
mp_err
s_mp_sqr
(mp_int *a)
function
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c
131
static int
s_mp_sqr
(mp_int * a, mp_int * b);
2508
static int
s_mp_sqr
(mp_int * a, mp_int * b)
function
[
all
...]
/external/dropbear/libtommath/pre_gen/
mpi.c
9311
int
s_mp_sqr
(mp_int * a, mp_int * b)
function
[
all
...]
Completed in 111 milliseconds