/third_party/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() 827 || !TEST_true(EC_POINT_get_affine_coordinates(group, P, x, y, ctx))) in char2_curve_test() 993 if (!TEST_true(EC_POINT_get_affine_coordinates(grou in char2_field_tests() [all...] |
H A D | ec_internal_test.c | 289 || !TEST_true(EC_POINT_get_affine_coordinates(grp, Q, x1, y1, ctx)) in underflow_test() 291 || !TEST_true(EC_POINT_get_affine_coordinates(grp, R, x2, y2, ctx))) in underflow_test()
|
/third_party/node/deps/openssl/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 113 || !EC_POINT_get_affine_coordinates(group, in ossl_sm2_compute_z_digest() 120 || !EC_POINT_get_affine_coordinates(group, in ossl_sm2_compute_z_digest() 258 || !EC_POINT_get_affine_coordinates(group, kG, x1, NULL, in sm2_sig_gen() 372 || !EC_POINT_get_affine_coordinates(group, pt, x1, NULL, ctx)) { in sm2_sig_verify()
|
H A D | sm2_crypt.c | 188 || !EC_POINT_get_affine_coordinates(group, kG, x1, y1, ctx) 190 || !EC_POINT_get_affine_coordinates(group, kP, x2, y2, ctx)) { 354 || !EC_POINT_get_affine_coordinates(group, C1, x2, y2, ctx)) {
|
/third_party/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 113 || !EC_POINT_get_affine_coordinates(group, in ossl_sm2_compute_z_digest() 120 || !EC_POINT_get_affine_coordinates(group, in ossl_sm2_compute_z_digest() 258 || !EC_POINT_get_affine_coordinates(group, kG, x1, NULL, in sm2_sig_gen() 372 || !EC_POINT_get_affine_coordinates(group, pt, x1, NULL, ctx)) { in sm2_sig_verify()
|
H A D | sm2_crypt.c | 188 || !EC_POINT_get_affine_coordinates(group, kG, x1, y1, ctx) 190 || !EC_POINT_get_affine_coordinates(group, kP, x2, y2, ctx)) { 354 || !EC_POINT_get_affine_coordinates(group, C1, x2, y2, ctx)) {
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
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 | ecdh_ossl.c | 106 if (!EC_POINT_get_affine_coordinates(group, tmp, x, NULL, ctx)) { in ossl_ecdh_simple_compute_key()
|
H A D | ecdsa_ossl.c | 162 if (!EC_POINT_get_affine_coordinates(group, tmp_point, X, NULL, ctx)) { in ecdsa_sign_setup() 465 if (!EC_POINT_get_affine_coordinates(group, point, X, NULL, ctx)) { in ossl_ecdsa_simple_verify_sig()
|
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 | ec2_oct.c | 186 if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx)) in ossl_ec_GF2m_simple_point2oct()
|
H A D | ec_key.c | 415 if (!EC_POINT_get_affine_coordinates(key->group, key->pub_key, x, y, ctx)) in ec_key_public_range_check() 627 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 | 900 int EC_POINT_get_affine_coordinates(const EC_GROUP *group, in EC_POINT_get_affine_coordinates() function 924 return EC_POINT_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GFp() 932 return EC_POINT_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GF2m()
|
/third_party/openssl/crypto/ec/ |
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 | ecdh_ossl.c | 106 if (!EC_POINT_get_affine_coordinates(group, tmp, x, NULL, ctx)) { in ossl_ecdh_simple_compute_key()
|
H A D | ecdsa_ossl.c | 167 if (!EC_POINT_get_affine_coordinates(group, tmp_point, X, NULL, ctx)) { in ecdsa_sign_setup() 470 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 | 415 if (!EC_POINT_get_affine_coordinates(key->group, key->pub_key, x, y, ctx)) in ec_key_public_range_check() 627 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 | 900 int EC_POINT_get_affine_coordinates(const EC_GROUP *group, in EC_POINT_get_affine_coordinates() function 924 return EC_POINT_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GFp() 932 return EC_POINT_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GF2m()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ec.rs | 105 pub fn EC_POINT_get_affine_coordinates( in EC_POINT_get_affine_coordinates() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ec.rs | 521 #[corresponds(EC_POINT_get_affine_coordinates)] 531 cvt(ffi::EC_POINT_get_affine_coordinates( in affine_coordinates()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genec.c | 404 if (EC_POINT_get_affine_coordinates(EC_KEY_get0_group(ec), in lws_genec_new_keypair()
|
H A D | openssl-x509.c | 560 if (EC_POINT_get_affine_coordinates(ecgroup, ecpoint, in lws_x509_public_to_jwk()
|