OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MP_WARRAY
(Results
1 - 13
of
13
) sorted by null
/external/dropbear/libtommath/
bn_mp_sqr.c
39
if ((a->used * 2 + 1) <
MP_WARRAY
&&
bn_mp_mul.c
40
* have less than
MP_WARRAY
digits and the number of
46
if ((digs <
MP_WARRAY
) &&
bn_fast_s_mp_mul_digs.c
37
mp_digit W[
MP_WARRAY
];
bn_fast_s_mp_mul_high_digs.c
30
mp_digit W[
MP_WARRAY
];
bn_mp_montgomery_reduce.c
32
if ((digs <
MP_WARRAY
) &&
bn_s_mp_mul_digs.c
31
if (((digs) <
MP_WARRAY
) &&
bn_s_mp_mul_high_digs.c
32
if (((a->used + b->used + 1) <
MP_WARRAY
)
bn_fast_mp_montgomery_reduce.c
29
mp_word W[
MP_WARRAY
];
bn_fast_s_mp_sqr.c
31
mp_digit W[
MP_WARRAY
], *tmpx;
bn_mp_exptmod_fast.c
99
if (((P->used * 2 + 1) <
MP_WARRAY
) &&
tommath.h
176
#define
MP_WARRAY
(1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1))
/external/wpa_supplicant_8/src/tls/
libtommath.c
123
#define
MP_WARRAY
(1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1))
514
* have less than
MP_WARRAY
digits and the number of
520
if ((digs <
MP_WARRAY
) &&
[
all
...]
/external/dropbear/libtommath/pre_gen/
mpi.c
233
mp_word W[
MP_WARRAY
];
417
mp_digit W[
MP_WARRAY
];
521
mp_digit W[
MP_WARRAY
];
624
mp_digit W[
MP_WARRAY
], *tmpx;
[
all
...]
Completed in 1285 milliseconds