EC_KEY_get_ex_data
void *EC_KEY_get_ex_data(const EC_KEY *key, int idx);
LCRYPTO_ALIAS(EC_KEY_get_ex_data);
LCRYPTO_USED(EC_KEY_get_ex_data);
pubkey_hash = EC_KEY_get_ex_data(eckey, 0);
config = EC_KEY_get_ex_data(eckey, 1);
if ((hash = EC_KEY_get_ex_data(eckey, 0)) == NULL)
if (EC_KEY_get_ex_data(eckey, 0) != NULL)