Searched refs:RSA_get_ex_data (Results 1 – 3 of 3) sorted by relevance
279 #define RSA_get_app_data(s) RSA_get_ex_data(s,0)427 void *RSA_get_ex_data(const RSA *r, int idx);
285 void *RSA_get_ex_data(const RSA *r, int idx) in RSA_get_ex_data() function