Opaque elliptic-curve key containing group parameters and public/private points.
Declared in <openssl/types.h>
struct ec_key_st;
| 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). |