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