OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r_mont
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/
exptest.c
156
BIGNUM *
r_mont
= NULL;
local
167
if (!TEST_ptr(
r_mont
= BN_new())
190
|| !TEST_true(BN_mod_exp_mont(
r_mont
, a, b, m, ctx, NULL))
196
if (!TEST_BN_eq(r_simple,
r_mont
)
199
if (BN_cmp(r_simple,
r_mont
) != 0)
211
BN_print_var(
r_mont
);
218
BN_free(
r_mont
);
/src/crypto/external/apache2/openssl/dist/test/
exptest.c
156
BIGNUM *
r_mont
= NULL;
local
167
if (!TEST_ptr(
r_mont
= BN_new())
199
|| !TEST_true(BN_mod_exp_mont(
r_mont
, a, b, m, ctx, NULL))
205
if (!TEST_BN_eq(r_simple,
r_mont
)
208
if (BN_cmp(r_simple,
r_mont
) != 0)
220
BN_print_var(
r_mont
);
227
BN_free(
r_mont
);
/src/crypto/external/bsd/openssl/dist/test/
exptest.c
156
BIGNUM *
r_mont
= NULL;
local
167
if (!TEST_ptr(
r_mont
= BN_new())
199
|| !TEST_true(BN_mod_exp_mont(
r_mont
, a, b, m, ctx, NULL))
205
if (!TEST_BN_eq(r_simple,
r_mont
)
208
if (BN_cmp(r_simple,
r_mont
) != 0)
220
BN_print_var(
r_mont
);
227
BN_free(
r_mont
);
Completed in 25 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026