Searched refs:RSA_set_app_data (Results 1 – 7 of 7) sorted by relevance
13 RSA_set_app_data, RSA_get_app_data,66 int RSA_set_app_data(RSA *type, void *arg);124 RSA_set_app_data() and RSA_get_app_data() were deprecated in OpenSSL 3.0.
154 RSA_set_app_data(3)
151 hcrypto/man/man3/RSA_set_app_data.3
301 ret = RSA_set_app_data(rsa, kc); in set_private_key()
685 ret = RSA_set_app_data(rsa, p11rsa); in collect_private_key()
197 # define RSA_set_app_data(s,arg) RSA_set_ex_data(s,0,arg) macro
3673 MLINKS+= BIO_get_ex_new_index.3 RSA_set_app_data.3