Retrieve application data previously stored on an EC_KEY (deprecated).
Declared in <openssl/ec.h>
[[deprecated]]
void*
EC_KEY_get_ex_data(
EC_KEY const* key,
int idx);
Deprecated. Use of this entity is allowed but discouraged.
Stored pointer, or NULL if unset.
| Name | Description |
|---|---|
| key | EC key to query. |
| idx | Index obtained from EC_KEY_get_ex_new_index(). |