ECDSA_set_ex_data
int ECDSA_set_ex_data(EC_KEY *d, int idx, void *arg);
ECDSA_set_ex_data(eckey, 0, keypair->pubkey_hash) == 0) {
ECDSA_set_ex_data(eckey, 1, ctx->config) == 0 ||