Home
last modified time | relevance | path

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

/openssl/doc/man3/
H 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/crypto/ec/
H A Deck_prn.c134 if (!EC_GROUP_get_curve(x, p, a, b, ctx)) { in ECPKParameters_print()
H A Dec_lib.c565 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, in EC_GROUP_get_curve() function
585 return EC_GROUP_get_curve(group, p, a, b, ctx); in EC_GROUP_get_curve_GFp()
598 return EC_GROUP_get_curve(group, p, a, b, ctx); in EC_GROUP_get_curve_GF2m()
H A Dec_asn1.c213 if (!EC_GROUP_get_curve(group, tmp, NULL, NULL, NULL)) { in ec_asn1_group2fieldid()
326 if (!EC_GROUP_get_curve(group, NULL, tmp_1, tmp_2, NULL)) { in ec_asn1_group2curve()
H A Dec_curve.c3390 if (!(EC_GROUP_get_curve(group, bn[0], bn[1], bn[2], ctx) in ossl_ec_curve_nid_from_params()
H A Dec_backend.c197 if (!EC_GROUP_get_curve(group, p, a, b, bnctx)) { in ec_group_explicit_todata()
/openssl/crypto/sm2/
H A Dsm2_crypt.c58 if (!EC_GROUP_get_curve(group, p, a, b, NULL))
H A Dsm2_sign.c96 if (!EC_GROUP_get_curve(group, p, a, b, ctx)) { in ossl_sm2_compute_z_digest()
/openssl/test/
H 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()
H A Devp_pkey_provided_test.c1266 || !TEST_true(EC_GROUP_get_curve(group, group_p, group_a, group_b, NULL))) in test_fromdata_ec()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c371 || !EC_GROUP_get_curve(group, p, a, b, ctx)) in ec_param_explicit_curve_to_text()
/openssl/include/openssl/
H A Dec.h329 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b,
/openssl/doc/man7/
H A Dmigration_guide.pod1499 Applications should use L<EC_GROUP_get_curve(3)> and L<EC_GROUP_set_curve(3)>.
/openssl/util/
H A Dlibcrypto.num4400 EC_GROUP_get_curve 4528 3_0_0 EXIST::FUNCTION:EC

Completed in 76 milliseconds