Home
last modified time | relevance | path

Searched refs:EC_GROUP_get_curve (Results 1 – 14 of 14) sorted by relevance

/openssl-master/doc/man3/
A DEC_GROUP_new.pod18 EC_GROUP_get_curve,
47 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b,
130 EC_GROUP_get_curve(). They are defined for backwards compatibility only and
220 OpenSSL 3.0; use EC_GROUP_set_curve() and EC_GROUP_get_curve() instead.
/openssl-master/crypto/ec/
A Deck_prn.c134 if (!EC_GROUP_get_curve(x, p, a, b, ctx)) { in ECPKParameters_print()
A Dec_lib.c566 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, in EC_GROUP_get_curve() function
586 return EC_GROUP_get_curve(group, p, a, b, ctx); in EC_GROUP_get_curve_GFp()
599 return EC_GROUP_get_curve(group, p, a, b, ctx); in EC_GROUP_get_curve_GF2m()
A Dec_asn1.c212 if (!EC_GROUP_get_curve(group, tmp, NULL, NULL, NULL)) { in ec_asn1_group2fieldid()
325 if (!EC_GROUP_get_curve(group, NULL, tmp_1, tmp_2, NULL)) { in ec_asn1_group2curve()
A Dec_backend.c197 if (!EC_GROUP_get_curve(group, p, a, b, bnctx)) { in ec_group_explicit_todata()
A Dec_curve.c3390 if (!(EC_GROUP_get_curve(group, bn[0], bn[1], bn[2], ctx) in ossl_ec_curve_nid_from_params()
/openssl-master/crypto/sm2/
A Dsm2_crypt.c58 if (!EC_GROUP_get_curve(group, p, a, b, NULL))
A Dsm2_sign.c97 if (!EC_GROUP_get_curve(group, p, a, b, ctx)) { in ossl_sm2_compute_z_digest()
/openssl-master/test/
A Dectest.c182 || !TEST_true(EC_GROUP_get_curve(group, p, a, b, ctx))) in prime_field_tests()
955 || !TEST_true(EC_GROUP_get_curve(group, p, a, b, ctx))) in char2_field_tests()
1525 || !TEST_true(EC_GROUP_get_curve(group, group_p, group_a, group_b, NULL)) in check_named_curve_test()
2184 || !TEST_true(EC_GROUP_get_curve(g1, g1_p, g1_a, g1_b, ctx)) in cardinality_test()
2433 if (!TEST_true(EC_GROUP_get_curve(group, p, a, b, ctx)) in do_test_custom_explicit_fromdata()
2750 if (!TEST_true(EC_GROUP_get_curve(group, p, a, b, ctx)) in custom_params_test()
A Devp_pkey_provided_test.c1214 || !TEST_true(EC_GROUP_get_curve(group, group_p, group_a, group_b, NULL))) in test_fromdata_ec()
/openssl-master/providers/implementations/encode_decode/
A Dencode_key2text.c362 || !EC_GROUP_get_curve(group, p, a, b, ctx)) in ec_param_explicit_curve_to_text()
/openssl-master/include/openssl/
A Dec.h324 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b,
/openssl-master/doc/man7/
A Dmigration_guide.pod1484 Applications should use L<EC_GROUP_get_curve(3)> and L<EC_GROUP_set_curve(3)>.
/openssl-master/util/
A Dlibcrypto.num4400 EC_GROUP_get_curve 4528 3_0_0 EXIST::FUNCTION:EC

Completed in 45 milliseconds