ec_key_st

Opaque elliptic-curve key containing group parameters and public/private points.

Synopsis

Declared in <openssl/types.h>

struct ec_key_st;

Non-Member Functions

NameDescription
EVP_PKEY_get0_EC_KEYReturn a borrowed pointer to the EC_KEY held by pkey (deprecated).
EVP_PKEY_get1_EC_KEYReturn a new reference to the EC_KEY held by pkey (deprecated).