EC_POINT_method_of

Returns the EC_METHOD used in EC_POINT object

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
EC_METHOD const*
EC_POINT_method_of(EC_POINT const* point);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

the EC_METHOD used

Parameters

NameDescription
pointEC_POINT object