Searched refs:EC_GROUP_get_curve (Results 1 – 13 of 13) sorted by relevance
/openssl/doc/man3/ |
H A D | EC_GROUP_new.pod | 19 EC_GROUP_get_curve, 50 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, 143 EC_GROUP_get_curve(). They are defined for backwards compatibility only and 233 OpenSSL 3.0; use EC_GROUP_set_curve() and EC_GROUP_get_curve() instead.
|
/openssl/crypto/ec/ |
H A D | eck_prn.c | 134 if (!EC_GROUP_get_curve(x, p, a, b, ctx)) { in ECPKParameters_print()
|
H A D | ec_lib.c | 566 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()
|
H A D | ec_asn1.c | 213 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 D | ec_backend.c | 197 if (!EC_GROUP_get_curve(group, p, a, b, bnctx)) { in ec_group_explicit_todata()
|
H A D | ec_curve.c | 3423 if (!(EC_GROUP_get_curve(group, bn[0], bn[1], bn[2], ctx) in ossl_ec_curve_nid_from_params()
|
/openssl/test/ |
H A D | ectest.c | 182 || !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() 2103 if (!TEST_true(EC_GROUP_get_curve(group_nmd, p, a, b, bn_ctx)) in ossl_parameter_test() 2296 || !TEST_true(EC_GROUP_get_curve(g1, g1_p, g1_a, g1_b, ctx)) in cardinality_test() 2545 if (!TEST_true(EC_GROUP_get_curve(group, p, a, b, ctx)) in do_test_custom_explicit_fromdata() 2862 if (!TEST_true(EC_GROUP_get_curve(group, p, a, b, ctx)) in custom_params_test()
|
H A D | evp_pkey_provided_test.c | 1701 || !TEST_true(EC_GROUP_get_curve(group, group_p, group_a, group_b, NULL))) in test_fromdata_ec()
|
/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 107 if (!EC_GROUP_get_curve(group, p, a, b, ctx)) { in ossl_sm2_compute_z_digest()
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 372 || !EC_GROUP_get_curve(group, p, a, b, ctx)) in ec_param_explicit_curve_to_text()
|
/openssl/include/openssl/ |
H A D | ec.h | 329 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b,
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1562 Applications should use L<EC_GROUP_get_curve(3)> and L<EC_GROUP_set_curve(3)>.
|
/openssl/util/ |
H A D | libcrypto.num | 4400 EC_GROUP_get_curve 4528 3_0_0 EXIST::FUNCTION:EC
|
Completed in 61 milliseconds