RSA_get_ex_data
LCRYPTO_USED(RSA_get_ex_data);
#define RSA_get_app_data(s) RSA_get_ex_data(s,0)
void *RSA_get_ex_data(const RSA *r, int idx);
LCRYPTO_ALIAS(RSA_get_ex_data);
pubkey_hash = RSA_get_ex_data(rsa, 0);
config = RSA_get_ex_data(rsa, 1);
if ((verify_rsa = RSA_get_ex_data(rsa, ex_index)) == NULL)
if ((hash = RSA_get_ex_data(rsa, 0)) == NULL)
if ((hash = RSA_get_ex_data(rsa, 0)) == NULL)
if (RSA_get_ex_data(rsa, 0) != NULL)
if (RSA_get_ex_data(rsa, 0) != NULL)