OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_montgomery_calc_normalization
(Results
1 - 9
of
9
) sorted by null
/external/dropbear/libtommath/
bn_mp_montgomery_calc_normalization.c
24
int
mp_montgomery_calc_normalization
(mp_int * a, mp_int * b)
function
bn_mp_exptmod_fast.c
150
if ((err =
mp_montgomery_calc_normalization
(&res, P)) != MP_OKAY) {
tommath.h
411
int
mp_montgomery_calc_normalization
(mp_int *a, mp_int *b);
bn.tex
[
all
...]
/external/dropbear/libtommath/etc/
mont.c
22
mp_montgomery_calc_normalization
(&R, &modulus);
/external/dropbear/libtomcrypt/src/math/
ltm_desc.c
358
return mpi_to_ltc_error(
mp_montgomery_calc_normalization
(a, b));
/external/dropbear/libtommath/demo/
demo.c
81
mp_montgomery_calc_normalization
(&b, &a);
/external/wpa_supplicant_8/src/tls/
libtommath.c
2917
static int
mp_montgomery_calc_normalization
(mp_int * a, mp_int * b)
function
[
all
...]
/external/dropbear/libtommath/pre_gen/
mpi.c
4691
int
mp_montgomery_calc_normalization
(mp_int * a, mp_int * b)
function
[
all
...]
Completed in 442 milliseconds