OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bn_expected_le
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
bntest.c
2267
BIGNUM *bn_le = NULL, *
bn_expected_le
= NULL;
local
2274
|| !TEST_ptr(
bn_expected_le
= BN_new())
2275
|| !TEST_true(BN_set_word(
bn_expected_le
, 0x201)))
2297
BN_free(
bn_expected_le
);
bntest.c
2267
BIGNUM *bn_le = NULL, *
bn_expected_le
= NULL;
local
2274
|| !TEST_ptr(
bn_expected_le
= BN_new())
2275
|| !TEST_true(BN_set_word(
bn_expected_le
, 0x201)))
2297
BN_free(
bn_expected_le
);
Completed in 48 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026