| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EC_POINT_new.pod | 15 EC_POINT_set_affine_coordinates, 42 int EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *p, 128 position. The function EC_POINT_set_affine_coordinates() sets the B<x> and B<y> 135 EC_POINT_set_affine_coordinates(). They are defined for backwards compatibility 155 Modern versions should instead use EC_POINT_set_affine_coordinates() and 266 B<EC_POINT_set_affine_coordinates>, B<EC_POINT_get_affine_coordinates>,
|
| /freebsd/crypto/openssl/test/ |
| H A D | ectest.c | 295 || !TEST_false(EC_POINT_set_affine_coordinates(group, P, x, yplusone, in prime_field_tests() 297 || !TEST_true(EC_POINT_set_affine_coordinates(group, P, x, y, ctx)) in prime_field_tests() 346 || !TEST_false(EC_POINT_set_affine_coordinates(group, P, x, yplusone, in prime_field_tests() 383 || !TEST_false(EC_POINT_set_affine_coordinates(group, P, x, yplusone, in prime_field_tests() 421 || !TEST_false(EC_POINT_set_affine_coordinates(group, P, x, yplusone, in prime_field_tests() 465 || !TEST_false(EC_POINT_set_affine_coordinates(group, P, x, yplusone, in prime_field_tests() 519 || !TEST_false(EC_POINT_set_affine_coordinates(group, P, x, yplusone, in prime_field_tests() 527 || !TEST_true(EC_POINT_set_affine_coordinates(group, P, x, y, ctx)) in prime_field_tests() 807 if (!TEST_false(EC_POINT_set_affine_coordinates(group, P, x, yplusone, ctx)) in char2_curve_test() 829 if (!TEST_false(EC_POINT_set_affine_coordinates(group, P, x, yplusone, ctx)) in char2_curve_test() [all …]
|
| H A D | sm2_internal_test.c | 106 || !TEST_true(EC_POINT_set_affine_coordinates(group, generator, g_x, in create_EC_group()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | openssl-compat.h | 73 # define EC_POINT_set_affine_coordinates(a, b, c, d, e) \ macro
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec2_oct.c | 107 if (!EC_POINT_set_affine_coordinates(group, point, x, y, ctx)) in ossl_ec_GF2m_simple_set_compressed_coordinates() 373 if (!EC_POINT_set_affine_coordinates(group, point, x, y, ctx)) in ossl_ec_GF2m_simple_oct2point()
|
| H A D | ecp_oct.c | 148 if (!EC_POINT_set_affine_coordinates(group, point, x, y, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates() 359 if (!EC_POINT_set_affine_coordinates(group, point, x, y, ctx)) in ossl_ec_GFp_simple_oct2point()
|
| H A D | ec_lib.c | 863 int EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates() function 890 return EC_POINT_set_affine_coordinates(group, point, x, y, ctx); in EC_POINT_set_affine_coordinates_GFp() 898 return EC_POINT_set_affine_coordinates(group, point, x, y, ctx); in EC_POINT_set_affine_coordinates_GF2m()
|
| H A D | ec_curve.c | 3115 if (!EC_POINT_set_affine_coordinates(group, P, x, y, ctx)) { in ec_group_new_from_data()
|
| H A D | ec_key.c | 717 if (!EC_POINT_set_affine_coordinates(key->group, point, x, y, ctx)) in EC_KEY_set_public_key_affine_coordinates()
|
| H A D | ec2_smpl.c | 458 if (!EC_POINT_set_affine_coordinates(group, r, x2, y2, ctx)) in ossl_ec_GF2m_simple_add()
|
| H A D | ecp_nistp224.c | 1615 if (!EC_POINT_set_affine_coordinates(group, generator, x, y, ctx)) in ossl_ec_GFp_nistp224_precompute_mult()
|
| H A D | ecp_nistz256.c | 1516 if (!EC_POINT_set_affine_coordinates(group, P, x, y, ctx)) { in ecp_nistz256group_full_init()
|
| H A D | ecp_nistp384.c | 1954 if (!EC_POINT_set_affine_coordinates(group, generator, x, y, ctx)) in ossl_ec_GFp_nistp384_precompute_mult()
|
| H A D | ecp_nistp521.c | 2053 if (!EC_POINT_set_affine_coordinates(group, generator, x, y, ctx)) in ossl_ec_GFp_nistp521_precompute_mult()
|
| H A D | ecp_smpl.c | 1190 if (!EC_POINT_set_affine_coordinates(group, point, x, y, ctx)) in ossl_ec_GFp_simple_make_affine()
|
| H A D | ecp_nistp256.c | 2242 if (!EC_POINT_set_affine_coordinates(group, generator, x, y, ctx)) in ossl_ec_GFp_nistp256_precompute_mult()
|
| /freebsd/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_getput_crypto.c | 232 ASSERT_INT_EQ(EC_POINT_set_affine_coordinates( in sshbuf_getput_crypto_tests()
|
| /freebsd/crypto/openssh/regress/misc/ssh-verify-attestation/ |
| H A D | ssh-verify-attestation.c | 168 if (EC_POINT_set_affine_coordinates(g, q, x, y, NULL) != 1) { in get_pubkey_from_cred_ecdsa()
|
| /freebsd/crypto/openssl/crypto/sm2/ |
| H A D | sm2_crypt.c | 353 if (!EC_POINT_set_affine_coordinates(group, C1, sm2_ctext->C1x, in ossl_sm2_decrypt()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ec.h | 638 int EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *p,
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | crypto_openssl.c | 156 static int EC_POINT_set_affine_coordinates(const EC_GROUP *group, in EC_POINT_set_affine_coordinates() function 2509 if (!EC_POINT_set_affine_coordinates(e->group, elem, x, y, e->bnctx)) { in crypto_ec_point_from_bin() 2917 if (!EC_POINT_set_affine_coordinates(ecdh->ec->group, pub, in crypto_ecdh_set_peerkey() 3296 if (!EC_POINT_set_affine_coordinates(ec_group, point, x, y, ctx)) { in crypto_ec_key_set_pub()
|
| /freebsd/crypto/openssh/ |
| H A D | sk-usbhid.c | 638 if (EC_POINT_set_affine_coordinates(g, q, x, y, NULL) != 1) { in pack_public_key_ecdsa()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-migration.pod | 1707 L<EC_POINT_set_affine_coordinates(3)> instead. 1714 L<EC_POINT_set_affine_coordinates(3)> and L<EC_POINT_get_affine_coordinates(3)>
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 4106 EC_POINT_set_affine_coordinates;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1706 MLINKS+= EC_POINT_new.3 EC_POINT_set_affine_coordinates.3
|