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
Name |
Description |
point |
EC_POINT object |
Created with MrDocs