RSA_get_ex_data
if ((k11 = RSA_get_ex_data(rsa, rsa_idx)) == NULL) {
capi_key = RSA_get_ex_data(rsa, rsa_capi_idx);
capi_key = RSA_get_ex_data(rsa, rsa_capi_idx);
capi_key = RSA_get_ex_data(rsa, rsa_capi_idx);
#define RSA_get_app_data(s) RSA_get_ex_data(s, 0)
OSSL_DEPRECATEDIN_3_0 void *RSA_get_ex_data(const RSA *r, int idx);