Searched refs:EC_GROUP_new_curve_GF2m (Results 1 - 14 of 14) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_cvt.c | 70 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, in EC_GROUP_new_curve_GF2m() function
|
H A D | ec_asn1.c | 649 ret = EC_GROUP_new_curve_GF2m(p, a, b, NULL); in EC_GROUP_new_from_ecparameters()
|
H A D | ec_lib.c | 1652 group = EC_GROUP_new_curve_GF2m(p, a, b, NULL); in EC_GROUP_new_from_params()
|
H A D | ec_curve.c | 3188 if ((group = EC_GROUP_new_curve_GF2m(p, a, b, ctx)) == NULL) { in ec_group_new_from_data()
|
/third_party/openssl/crypto/ec/ |
H A D | ec_cvt.c | 70 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, in EC_GROUP_new_curve_GF2m() function
|
H A D | ec_asn1.c | 649 ret = EC_GROUP_new_curve_GF2m(p, a, b, NULL); in EC_GROUP_new_from_ecparameters()
|
H A D | ec_lib.c | 1652 group = EC_GROUP_new_curve_GF2m(p, a, b, NULL); in EC_GROUP_new_from_params()
|
H A D | ec_curve.c | 3188 if ((group = EC_GROUP_new_curve_GF2m(p, a, b, ctx)) == NULL) { in ec_group_new_from_data()
|
/third_party/openssl/test/ |
H A D | ec_internal_test.c | 179 if (!TEST_ptr_null(group1 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) in ec2m_field_sanity() 185 if (!TEST_ptr_null(group2 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) in ec2m_field_sanity() 192 if (!TEST_ptr_null(group3 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) in ec2m_field_sanity()
|
H A D | ectest.c | 804 || !TEST_true(group = EC_GROUP_new_curve_GF2m(p, a, b, ctx)) in char2_curve_test() 954 if (!TEST_ptr(group = EC_GROUP_new_curve_GF2m(p, a, b, ctx)) in char2_field_tests() 2192 EC_GROUP_new_curve_GF2m(g1_p, g1_a, g1_b, ctx) : in cardinality_test() 2775 if (!TEST_ptr(altgroup = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) in custom_params_test()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ec.rs | 81 pub fn EC_GROUP_new_curve_GF2m( in EC_GROUP_new_curve_GF2m() functions
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 443 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a,
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 443 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 357 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a,
|
Completed in 28 milliseconds