OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g1_p
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/
ectest.c
1982
BIGNUM *
g1_p
= NULL, *g1_a = NULL, *g1_b = NULL, *g1_x = NULL, *g1_y = NULL,
local
1997
g1_p
= BN_CTX_get(ctx);
2007
|| !TEST_true(EC_GROUP_get_curve(g1,
g1_p
, g1_a, g1_b, ctx))
2013
|| !TEST_true(EC_GROUP_set_curve(g2,
g1_p
, g1_a, g1_b, ctx))
2039
|| !TEST_true(BN_lshift(g1_order,
g1_p
, 2))
/src/crypto/external/apache2/openssl/dist/test/
ectest.c
2651
BIGNUM *
g1_p
= NULL, *g1_a = NULL, *g1_b = NULL, *g1_x = NULL, *g1_y = NULL,
local
2665
g1_p
= BN_CTX_get(ctx);
2675
|| !TEST_true(EC_GROUP_get_curve(g1,
g1_p
, g1_a, g1_b, ctx))
2682
|| !TEST_ptr(g2 = (is_binary) ? EC_GROUP_new_curve_GF2m(
g1_p
, g1_a, g1_b, ctx) : EC_GROUP_new_curve_GFp(
g1_p
, g1_a, g1_b, ctx))
2685
|| !TEST_ptr(g2 = EC_GROUP_new_curve_GFp(
g1_p
, g1_a, g1_b, ctx))
2712
|| !TEST_true(BN_lshift(g1_order,
g1_p
, 2))
/src/crypto/external/bsd/openssl/dist/test/
ectest.c
2160
BIGNUM *
g1_p
= NULL, *g1_a = NULL, *g1_b = NULL, *g1_x = NULL, *g1_y = NULL,
local
2174
g1_p
= BN_CTX_get(ctx);
2184
|| !TEST_true(EC_GROUP_get_curve(g1,
g1_p
, g1_a, g1_b, ctx))
2192
EC_GROUP_new_curve_GF2m(
g1_p
, g1_a, g1_b, ctx) :
2193
EC_GROUP_new_curve_GFp(
g1_p
, g1_a, g1_b, ctx))
2196
|| !TEST_ptr(g2 = EC_GROUP_new_curve_GFp(
g1_p
, g1_a, g1_b, ctx))
2223
|| !TEST_true(BN_lshift(g1_order,
g1_p
, 2))
Completed in 19 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026