Return encoding-control flags from an EC_KEY (deprecated).
Declared in <openssl/ec.h>
[[deprecated]]
unsigned int
EC_KEY_get_enc_flags(EC_KEY const* key);
Deprecated. Use of this entity is allowed but discouraged.
Bitmask such as EC_PKEY_NO_PARAMETERS or EC_PKEY_NO_PUBKEY.
| Name | Description |
|---|---|
| key | Elliptic-curve key whose encoding behaviour is queried. |