Returns the EC_METHOD used in EC_POINT object
Declared in <openssl/ec.h>
[[deprecated]]
EC_METHOD const*
EC_POINT_method_of(EC_POINT const* point);
Deprecated. Use of this entity is allowed but discouraged.
the EC_METHOD used
| Name | Description |
|---|---|
| point | EC_POINT object |