OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_mp_sqr
(Results
1 - 8
of
8
) sorted by null
/external/dropbear/libtommath/
bn_mp_sqr.c
46
res =
s_mp_sqr
(a, b);
bn_s_mp_sqr.c
19
int
s_mp_sqr
(mp_int * a, mp_int * b)
function
tommath.h
561
int
s_mp_sqr
(mp_int *a, mp_int *b);
/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/
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
...]