Searched refs:RSA_set_ex_data (Results 1 – 3 of 3) sorted by relevance
459 OPENSSL_EXPORT int RSA_set_ex_data(RSA *r, int idx, void *arg);
296 int RSA_set_ex_data(RSA *d, int idx, void *arg) { in RSA_set_ex_data() function
1184 RSA_set_ex_data(rsa.get(), g_rsa_exdata_index, ex_data); in NativeCrypto_getRSAPrivateKeyWrapper()