RSA_set_ex_data
LCRYPTO_USED(RSA_set_ex_data);
#define RSA_set_app_data(s,arg) RSA_set_ex_data(s,0,arg)
int RSA_set_ex_data(RSA *r, int idx, void *arg);
LCRYPTO_ALIAS(RSA_set_ex_data);
RSA_set_ex_data(rsa, 0, keypair->pubkey_hash) == 0) {
RSA_set_ex_data(rsa, 1, ctx->config) == 0 ||
if (!RSA_set_ex_data(rsa_bogus, ex_index, rsa_pub))
if (RSA_set_ex_data(rsa, 0, hash) != 1) {