OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mod_exp
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
bntest.c
1669
BIGNUM *a = NULL, *e = NULL, *m = NULL, *
mod_exp
= NULL, *ret = NULL;
local
1676
|| !TEST_ptr(
mod_exp
= getBN(s, "ModExp"))
1682
|| !equalBN("A ^ E (mod M)",
mod_exp
, ret))
1687
|| !equalBN("A ^ E (mod M) (mont)",
mod_exp
, ret)
1690
|| !equalBN("A ^ E (mod M) (mont const",
mod_exp
, ret))
1717
BN_free(
mod_exp
);
/src/crypto/external/bsd/openssl/dist/test/
bntest.c
1647
BIGNUM *a = NULL, *e = NULL, *m = NULL, *
mod_exp
= NULL, *ret = NULL;
local
1654
|| !TEST_ptr(
mod_exp
= getBN(s, "ModExp"))
1660
|| !equalBN("A ^ E (mod M)",
mod_exp
, ret))
1665
|| !equalBN("A ^ E (mod M) (mont)",
mod_exp
, ret)
1668
|| !equalBN("A ^ E (mod M) (mont const",
mod_exp
, ret))
1695
BN_free(
mod_exp
);
/src/crypto/external/bsd/openssl.old/dist/test/
bntest.c
1643
BIGNUM *a = NULL, *e = NULL, *m = NULL, *
mod_exp
= NULL, *ret = NULL;
local
1650
|| !TEST_ptr(
mod_exp
= getBN(s, "ModExp"))
1656
|| !equalBN("A ^ E (mod M)",
mod_exp
, ret))
1661
|| !equalBN("A ^ E (mod M) (mont)",
mod_exp
, ret)
1664
|| !equalBN("A ^ E (mod M) (mont const",
mod_exp
, ret))
1691
BN_free(
mod_exp
);
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026