Searched refs:RSA_get_ex_data (Results 1 – 6 of 6) sorted by relevance
516 OPENSSL_EXPORT void *RSA_get_ex_data(const RSA *rsa, int idx);
373 void *RSA_get_ex_data(const RSA *rsa, int idx) { in RSA_get_ex_data() function
1078 RSA_get_ex_data
2630 '#define RSA_get_ex_data GRPC_SHADOW_RSA_get_ex_data',
1106 #define RSA_get_ex_data GRPC_SHADOW_RSA_get_ex_data macro
705 return reinterpret_cast<KeyExData*>(RSA_get_ex_data(rsa, g_rsa_exdata_index)); in RsaGetExData()