ENGINE_get_ex_data
if ((*ctx = (dynamic_data_ctx *)ENGINE_get_ex_data(e,
ctx = (dynamic_data_ctx *)ENGINE_get_ex_data(e, dynamic_ex_data_idx);
ctx = ENGINE_get_ex_data(DSA_get0_engine(dsa), capi_idx);
ctx = ENGINE_get_ex_data(e, capi_idx);
ctx = ENGINE_get_ex_data(e, capi_idx);
ctx = ENGINE_get_ex_data(e, capi_idx);
ctx = ENGINE_get_ex_data(e, capi_idx);
ctx = ENGINE_get_ex_data(eng, capi_idx);
ctx = ENGINE_get_ex_data(RSA_get0_engine(rsa), capi_idx);
ctx = ENGINE_get_ex_data(RSA_get0_engine(rsa), capi_idx);
OSSL_DEPRECATEDIN_3_0 void *ENGINE_get_ex_data(const ENGINE *e, int idx);