EC_POINT_get_affine_coordinates_GFp

Gets the affine coordinates of a EC_POINT over GFp

version(!LIBRESSL_INTERNAL)
extern (C) nothrow @nogc
int
EC_POINT_get_affine_coordinates_GFp

Parameters

group const(.EC_GROUP)*

underlying EC_GROUP object

p const(.EC_POINT)*

EC_POINT object

x libressl_d.openssl.ossl_typ.BIGNUM*

BIGNUM for the x-coordinate

y libressl_d.openssl.ossl_typ.BIGNUM*

BIGNUM for the y-coordinate

ctx libressl_d.openssl.ossl_typ.BN_CTX*

BN_CTX object (optional)

Return Value

Type: int

1 on success and 0 if an error occured

Meta