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_simple
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/
exptest.c
159
BIGNUM *
r_simple
= NULL;
local
170
|| !TEST_ptr(
r_simple
= BN_new())
192
|| !TEST_true(BN_mod_exp_simple(
r_simple
, a, b, m, ctx))
196
if (!TEST_BN_eq(
r_simple
, r_mont)
197
|| !TEST_BN_eq(
r_simple
, r_recp)
198
|| !TEST_BN_eq(
r_simple
, r_mont_const)) {
199
if (BN_cmp(
r_simple
, r_mont) != 0)
201
if (BN_cmp(
r_simple
, r_mont_const) != 0)
203
if (BN_cmp(
r_simple
, r_recp) != 0)
209
BN_print_var(
r_simple
);
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/
exptest.c
159
BIGNUM *
r_simple
= NULL;
local
170
|| !TEST_ptr(
r_simple
= BN_new())
201
|| !TEST_true(BN_mod_exp_simple(
r_simple
, a, b, m, ctx))
205
if (!TEST_BN_eq(
r_simple
, r_mont)
206
|| !TEST_BN_eq(
r_simple
, r_recp)
207
|| !TEST_BN_eq(
r_simple
, r_mont_const)) {
208
if (BN_cmp(
r_simple
, r_mont) != 0)
210
if (BN_cmp(
r_simple
, r_mont_const) != 0)
212
if (BN_cmp(
r_simple
, r_recp) != 0)
218
BN_print_var(
r_simple
);
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
exptest.c
159
BIGNUM *
r_simple
= NULL;
local
170
|| !TEST_ptr(
r_simple
= BN_new())
201
|| !TEST_true(BN_mod_exp_simple(
r_simple
, a, b, m, ctx))
205
if (!TEST_BN_eq(
r_simple
, r_mont)
206
|| !TEST_BN_eq(
r_simple
, r_recp)
207
|| !TEST_BN_eq(
r_simple
, r_mont_const)) {
208
if (BN_cmp(
r_simple
, r_mont) != 0)
210
if (BN_cmp(
r_simple
, r_mont_const) != 0)
212
if (BN_cmp(
r_simple
, r_recp) != 0)
218
BN_print_var(
r_simple
);
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026