OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpG
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtommath/
bn_mp_exptmod.c
36
mp_int
tmpG
, tmpX;
40
if ((err = mp_init(&
tmpG
)) != MP_OKAY) {
43
if ((err = mp_invmod(G, P, &
tmpG
)) != MP_OKAY) {
44
mp_clear(&
tmpG
);
50
mp_clear(&
tmpG
);
54
mp_clear_multi(&
tmpG
, &tmpX, NULL);
59
err = mp_exptmod(&
tmpG
, &tmpX, P, Y);
60
mp_clear_multi(&
tmpG
, &tmpX, NULL);
/external/dropbear/libtommath/pre_gen/
mpi.c
[
all
...]
Completed in 32 milliseconds