Set encoding-control flags on an EC_KEY (deprecated).
Declared in <openssl/ec.h>
[[deprecated]]
void
EC_KEY_set_enc_flags(
EC_KEY* eckey,
unsigned int flags);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| eckey | Key whose encoding behaviour is updated. |
| flags | Bitmask such as EC_PKEY_NO_PARAMETERS or EC_PKEY_NO_PUBKEY affecting private-key encoding. |