Home
last modified time | relevance | path

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 Dec_cvt.c70 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, in EC_GROUP_new_curve_GF2m() function
H A Dec_asn1.c649 ret = EC_GROUP_new_curve_GF2m(p, a, b, NULL); in EC_GROUP_new_from_ecparameters()
H A Dec_lib.c1652 group = EC_GROUP_new_curve_GF2m(p, a, b, NULL); in EC_GROUP_new_from_params()
H A Dec_curve.c3188 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 Dec_cvt.c70 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, in EC_GROUP_new_curve_GF2m() function
H A Dec_asn1.c649 ret = EC_GROUP_new_curve_GF2m(p, a, b, NULL); in EC_GROUP_new_from_ecparameters()
H A Dec_lib.c1652 group = EC_GROUP_new_curve_GF2m(p, a, b, NULL); in EC_GROUP_new_from_params()
H A Dec_curve.c3188 if ((group = EC_GROUP_new_curve_GF2m(p, a, b, ctx)) == NULL) { in ec_group_new_from_data()
/third_party/openssl/test/
H A Dec_internal_test.c179 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 Dectest.c804 || !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 Dec.rs81 pub fn EC_GROUP_new_curve_GF2m( in EC_GROUP_new_curve_GF2m() functions
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h443 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a,
/third_party/openssl/include/openssl/
H A Dec.h443 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a,
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h357 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a,

Completed in 28 milliseconds