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

Synopsis

Declared in <openssl/types.h>

struct ec_key_st;

Non-Member Functions

Name

Description

EVP_PKEY_get0_EC_KEY

Return a borrowed pointer to the EC_KEY held by pkey (deprecated).

EVP_PKEY_get1_EC_KEY

Return a new reference to the EC_KEY held by pkey (deprecated).

Created with MrDocs