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_sqrt
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
bntest.c
1748
BIGNUM *a = NULL, *p = NULL, *
mod_sqrt
= NULL, *ret = NULL, *ret2 = NULL;
local
1753
|| !TEST_ptr(
mod_sqrt
= getBN(s, "ModSqrt"))
1758
if (BN_is_negative(
mod_sqrt
)) {
1773
if (BN_cmp(ret2,
mod_sqrt
) != 0
1774
&& !equalBN("sqrt(A) (mod P)",
mod_sqrt
, ret))
1781
BN_free(
mod_sqrt
);
/src/crypto/external/bsd/openssl/dist/test/
bntest.c
1726
BIGNUM *a = NULL, *p = NULL, *
mod_sqrt
= NULL, *ret = NULL, *ret2 = NULL;
local
1731
|| !TEST_ptr(
mod_sqrt
= getBN(s, "ModSqrt"))
1736
if (BN_is_negative(
mod_sqrt
)) {
1751
if (BN_cmp(ret2,
mod_sqrt
) != 0
1752
&& !equalBN("sqrt(A) (mod P)",
mod_sqrt
, ret))
1759
BN_free(
mod_sqrt
);
/src/crypto/external/bsd/openssl.old/dist/test/
bntest.c
1722
BIGNUM *a = NULL, *p = NULL, *
mod_sqrt
= NULL, *ret = NULL, *ret2 = NULL;
local
1727
|| !TEST_ptr(
mod_sqrt
= getBN(s, "ModSqrt"))
1732
if (BN_is_negative(
mod_sqrt
)) {
1747
if (BN_cmp(ret2,
mod_sqrt
) != 0
1748
&& !equalBN("sqrt(A) (mod P)",
mod_sqrt
, ret))
1755
BN_free(
mod_sqrt
);
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026