OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:equalBN
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
bntest.c
130
static int
equalBN
(const char *op, const BIGNUM *expected, const BIGNUM *actual)
171
if (!
equalBN
("swap", a, d)
172
|| !
equalBN
("swap", b, c))
177
if (!
equalBN
("swap with same pointer", a, d))
183
if (!
equalBN
("cswap true", a, c)
184
|| !
equalBN
("cswap true", b, d))
189
if (!
equalBN
("cswap true", a, c))
195
if (!
equalBN
("cswap false", a, c)
196
|| !
equalBN
("cswap false", b, d))
201
if (!
equalBN
("cswap false", a, c)
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
bntest.c
126
static int
equalBN
(const char *op, const BIGNUM *expected, const BIGNUM *actual)
167
if (!
equalBN
("swap", a, d)
168
|| !
equalBN
("swap", b, c))
174
if (!
equalBN
("cswap true", a, c)
175
|| !
equalBN
("cswap true", b, d))
181
if (!
equalBN
("cswap false", a, c)
182
|| !
equalBN
("cswap false", b, d))
189
if (!
equalBN
("swap, flags", a, d)
190
|| !
equalBN
("swap, flags", b, c)
197
if (!
equalBN
("cswap true, flags", a, c
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/test/
bntest.c
130
static int
equalBN
(const char *op, const BIGNUM *expected, const BIGNUM *actual)
171
if (!
equalBN
("swap", a, d)
172
|| !
equalBN
("swap", b, c))
178
if (!
equalBN
("cswap true", a, c)
179
|| !
equalBN
("cswap true", b, d))
185
if (!
equalBN
("cswap false", a, c)
186
|| !
equalBN
("cswap false", b, d))
193
if (!
equalBN
("swap, flags", a, d)
194
|| !
equalBN
("swap, flags", b, c)
201
if (!
equalBN
("cswap true, flags", a, c
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026