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_const_x2_1
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
exptest.c
243
BIGNUM *
r_mont_const_x2_1
= NULL;
local
265
if (!TEST_ptr(
r_mont_const_x2_1
= BN_new())
290
|| !TEST_true(BN_mod_exp_mont_consttime_x2(
r_mont_const_x2_1
, a1, b1, m1, NULL,
295
if (!TEST_BN_eq(r_simple1,
r_mont_const_x2_1
)
297
if (BN_cmp(r_simple1,
r_mont_const_x2_1
) != 0)
310
BN_print_var(
r_mont_const_x2_1
);
317
BN_free(
r_mont_const_x2_1
);
/src/crypto/external/bsd/openssl/dist/test/
exptest.c
243
BIGNUM *
r_mont_const_x2_1
= NULL;
local
264
if (!TEST_ptr(
r_mont_const_x2_1
= BN_new())
289
|| !TEST_true(BN_mod_exp_mont_consttime_x2(
r_mont_const_x2_1
, a1, b1, m1, NULL,
294
if (!TEST_BN_eq(r_simple1,
r_mont_const_x2_1
)
296
if (BN_cmp(r_simple1,
r_mont_const_x2_1
) != 0)
309
BN_print_var(
r_mont_const_x2_1
);
316
BN_free(
r_mont_const_x2_1
);
Completed in 46 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026