OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r_is_one
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/bn/
bn_exp2.c
123
int
r_is_one
=1;
local
237
r_is_one
=1;
246
if (!
r_is_one
)
292
r_is_one
= 0;
301
r_is_one
= 0;
bn_exp.c
730
int
r_is_one
;
local
794
r_is_one
= 1; /* except for Montgomery factor */
806
if (
r_is_one
)
809
r_is_one
= 0;
818
if (!
r_is_one
)
829
if (
r_is_one
)
832
r_is_one
= 0;
847
if (
r_is_one
)
850
r_is_one
= 0;
858
if (
r_is_one
) /* can happen only if a == 1*
[
all
...]
Completed in 35 milliseconds