OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mod_mul
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
bntest.c
1617
BIGNUM *a = NULL, *b = NULL, *m = NULL, *
mod_mul
= NULL, *ret = NULL;
local
1623
|| !TEST_ptr(
mod_mul
= getBN(s, "ModMul"))
1628
|| !equalBN("A * B (mod M)",
mod_mul
, ret))
1646
|| !equalBN("A * B (mod M) (mont)",
mod_mul
, ret))
1662
BN_free(
mod_mul
);
/src/crypto/external/bsd/openssl/dist/test/
bntest.c
1595
BIGNUM *a = NULL, *b = NULL, *m = NULL, *
mod_mul
= NULL, *ret = NULL;
local
1601
|| !TEST_ptr(
mod_mul
= getBN(s, "ModMul"))
1606
|| !equalBN("A * B (mod M)",
mod_mul
, ret))
1624
|| !equalBN("A * B (mod M) (mont)",
mod_mul
, ret))
1640
BN_free(
mod_mul
);
/src/crypto/external/bsd/openssl.old/dist/test/
bntest.c
1591
BIGNUM *a = NULL, *b = NULL, *m = NULL, *
mod_mul
= NULL, *ret = NULL;
local
1597
|| !TEST_ptr(
mod_mul
= getBN(s, "ModMul"))
1602
|| !equalBN("A * B (mod M)",
mod_mul
, ret))
1620
|| !equalBN("A * B (mod M) (mont)",
mod_mul
, ret))
1636
BN_free(
mod_mul
);
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026