Symbol: EC_POINT_get_affine_coordinates
crypto/libressl/crypto/ec/ec2_oct.c
228
if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx))
crypto/libressl/crypto/ec/ec2_smpl.c
487
if (!EC_POINT_get_affine_coordinates(group, a, x0, y0, ctx))
crypto/libressl/crypto/ec/ec2_smpl.c
496
if (!EC_POINT_get_affine_coordinates(group, b, x1, y1, ctx))
crypto/libressl/crypto/ec/ec2_smpl.c
688
if (!EC_POINT_get_affine_coordinates(group, a, aX, aY, ctx))
crypto/libressl/crypto/ec/ec2_smpl.c
690
if (!EC_POINT_get_affine_coordinates(group, b, bX, bY, ctx))
crypto/libressl/crypto/ec/ec2_smpl.c
724
if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx))
crypto/libressl/crypto/ec/ec_key.c
406
if (!EC_POINT_get_affine_coordinates(key->group, point, tx, ty, ctx))
crypto/libressl/crypto/ec/ec_lib.c
1042
return EC_POINT_get_affine_coordinates(group, point, x, y, ctx);
crypto/libressl/crypto/ec/ec_lib.c
1050
return EC_POINT_get_affine_coordinates(group, point, x, y, ctx);
crypto/libressl/crypto/ec/ecp_oct.c
249
if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
1212
if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx))
crypto/libressl/crypto/ecdh/ech_key.c
144
if (!EC_POINT_get_affine_coordinates(group, tmp, x, y, ctx)) {
crypto/libressl/crypto/ecdsa/ecs_ossl.c
213
if (!EC_POINT_get_affine_coordinates(group, point, X, NULL,
crypto/libressl/crypto/ecdsa/ecs_ossl.c
517
if (!EC_POINT_get_affine_coordinates(group, point, X, NULL, ctx)) {
crypto/libressl/crypto/gost/gostr341001.c
210
if (EC_POINT_get_affine_coordinates(group, C, X,
crypto/libressl/crypto/gost/gostr341001.c
308
if (EC_POINT_get_affine_coordinates(group, C, X, NULL, ctx) == 0) {
crypto/libressl/crypto/gost/gostr341001.c
358
if (EC_POINT_get_affine_coordinates(group, pnt, X, Y, ctx) == 0)
crypto/libressl/crypto/gost/gostr341001_ameth.c
294
if (EC_POINT_get_affine_coordinates(GOST_KEY_get0_group(ec),
crypto/libressl/crypto/gost/gostr341001_ameth.c
356
if (EC_POINT_get_affine_coordinates(group, pubkey, X, Y, ctx) == 0) {
crypto/libressl/crypto/gost/gostr341001_key.c
207
if (EC_POINT_get_affine_coordinates(key->group, point, tx, ty,
crypto/libressl/include/openssl/ec.h
460
int EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *p,