/openssl/test/ |
H A D | ecstresstest.c | 49 || !TEST_true(EC_POINT_get_affine_coordinates(group, point, scalar, in walk_curve() 55 || !TEST_true(EC_POINT_get_affine_coordinates(group, point, in walk_curve()
|
H A D | ectest.c | 209 if (!TEST_true(EC_POINT_get_affine_coordinates(group, Q, x, y, ctx))) in prime_field_tests() 226 if (!TEST_true(EC_POINT_get_affine_coordinates(group, P, x, y, in prime_field_tests() 304 || !TEST_true(EC_POINT_get_affine_coordinates(group, P, x, y, ctx))) in prime_field_tests() 333 || !TEST_true(EC_POINT_get_affine_coordinates(group, P, x, y, ctx))) in prime_field_tests() 370 || !TEST_true(EC_POINT_get_affine_coordinates(group, P, x, y, ctx))) in prime_field_tests() 408 || !TEST_true(EC_POINT_get_affine_coordinates(group, P, x, y, ctx))) in prime_field_tests() 451 || !TEST_true(EC_POINT_get_affine_coordinates(group, P, x, y, ctx))) in prime_field_tests() 503 || !TEST_true(EC_POINT_get_affine_coordinates(group, P, x, y, ctx))) in prime_field_tests() 1011 if (!TEST_true(EC_POINT_get_affine_coordinates(group, P, x, y, in char2_field_tests() 1863 || !TEST_true(EC_POINT_get_affine_coordinates(group, other_gen, in check_named_curve_from_ecparameters() [all …]
|
H A D | ec_internal_test.c | 290 || !TEST_true(EC_POINT_get_affine_coordinates(grp, Q, x1, y1, ctx)) in underflow_test() 292 || !TEST_true(EC_POINT_get_affine_coordinates(grp, R, x2, y2, ctx))) in underflow_test()
|
/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 121 || !EC_POINT_get_affine_coordinates(group, in ossl_sm2_compute_z_digest() 128 || !EC_POINT_get_affine_coordinates(group, in ossl_sm2_compute_z_digest() 272 || !EC_POINT_get_affine_coordinates(group, kG, x1, NULL, in sm2_sig_gen() 390 || !EC_POINT_get_affine_coordinates(group, pt, x1, NULL, ctx)) { in sm2_sig_verify()
|
H A D | sm2_crypt.c | 194 || !EC_POINT_get_affine_coordinates(group, kG, x1, y1, ctx) in ossl_sm2_encrypt() 196 || !EC_POINT_get_affine_coordinates(group, kP, x2, y2, ctx)) { in ossl_sm2_encrypt() 357 || !EC_POINT_get_affine_coordinates(group, C1, x2, y2, ctx)) { in ossl_sm2_decrypt()
|
/openssl/doc/man3/ |
H A D | EC_POINT_new.pod | 16 EC_POINT_get_affine_coordinates, 45 int EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *p, 130 function EC_POINT_get_affine_coordinates() sets B<x> and B<y>, either of which 140 EC_POINT_get_affine_coordinates(). They are defined for backwards compatibility 156 EC_POINT_get_affine_coordinates(), performing the conversion manually using the 266 B<EC_POINT_set_affine_coordinates>, B<EC_POINT_get_affine_coordinates>,
|
/openssl/crypto/ec/ |
H A D | ecdh_ossl.c | 109 if (!EC_POINT_get_affine_coordinates(group, tmp, x, NULL, ctx)) { in ossl_ecdh_simple_compute_key()
|
H A D | ec2_smpl.c | 403 if (!EC_POINT_get_affine_coordinates(group, a, x0, y0, ctx)) in ossl_ec_GF2m_simple_add() 412 if (!EC_POINT_get_affine_coordinates(group, b, x1, y1, ctx)) in ossl_ec_GF2m_simple_add() 617 if (!EC_POINT_get_affine_coordinates(group, a, aX, aY, ctx)) in ossl_ec_GF2m_simple_cmp() 619 if (!EC_POINT_get_affine_coordinates(group, b, bX, bY, ctx)) in ossl_ec_GF2m_simple_cmp() 658 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ossl_ec_GF2m_simple_make_affine()
|
H A D | ecdsa_ossl.c | 227 if (!EC_POINT_get_affine_coordinates(group, tmp_point, X, NULL, ctx)) { in ecdsa_sign_setup() 536 if (!EC_POINT_get_affine_coordinates(group, point, X, NULL, ctx)) { in ossl_ecdsa_simple_verify_sig()
|
H A D | ec2_oct.c | 186 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ossl_ec_GF2m_simple_point2oct()
|
H A D | ecp_oct.c | 214 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ossl_ec_GFp_simple_point2oct()
|
H A D | ec_key.c | 504 if (!EC_POINT_get_affine_coordinates(key->group, key->pub_key, x, y, ctx)) in ec_key_public_range_check() 722 if (!EC_POINT_get_affine_coordinates(key->group, point, tx, ty, ctx)) in EC_KEY_set_public_key_affine_coordinates()
|
H A D | ec_lib.c | 903 int EC_POINT_get_affine_coordinates(const EC_GROUP *group, in EC_POINT_get_affine_coordinates() function 927 return EC_POINT_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GFp() 935 return EC_POINT_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GF2m()
|
H A D | ec_curve.c | 3426 && EC_POINT_get_affine_coordinates(group, generator, bn[3], bn[4], ctx) in ossl_ec_curve_nid_from_params()
|
H A D | ecp_smpl.c | 1189 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ossl_ec_GFp_simple_make_affine()
|
/openssl/include/openssl/ |
H A D | ec.h | 652 int EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *p,
|
/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 175 if (!EC_POINT_get_affine_coordinates(ecg, pub_point, x, y, bnctx)) in key_to_params()
|
/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1702 if (!EC_POINT_get_affine_coordinates(ecg, point, x, y, bnctx)) in get_payload_public_key_ec()
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1696 Applications should use L<EC_POINT_get_affine_coordinates(3)> and 1704 L<EC_POINT_set_affine_coordinates(3)> and L<EC_POINT_get_affine_coordinates(3)>
|
/openssl/util/ |
H A D | libcrypto.num | 4398 EC_POINT_get_affine_coordinates 4526 3_0_0 EXIST::FUNCTION:EC
|