DSA_get_ex_new_index(3) OpenSSL DSA_get_ex_new_index(3) NNAAMMEE DSA_get_ex_new_index, DSA_set_ex_data, DSA_get_ex_data - add applica- tion specific data to DSA structures SSYYNNOOPPSSIISS #include int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); int DSA_set_ex_data(DSA *d, int idx, void *arg); char *DSA_get_ex_data(DSA *d, int idx); DDEESSCCRRIIPPTTIIOONN These functions handle application specific data in DSA structures. Their usage is identical to that of _R_S_A___g_e_t___e_x___n_e_w___i_n_d_e_x_(_), _R_S_A___s_e_t___e_x___d_a_t_a_(_) and _R_S_A___g_e_t___e_x___d_a_t_a_(_) as described in _R_S_A___g_e_t___e_x___n_e_w___i_n_d_e_x(3). SSEEEE AALLSSOO _R_S_A___g_e_t___e_x___n_e_w___i_n_d_e_x(3), _d_s_a(3) HHIISSTTOORRYY _D_S_A___g_e_t___e_x___n_e_w___i_n_d_e_x_(_), _D_S_A___s_e_t___e_x___d_a_t_a_(_) and _D_S_A___g_e_t___e_x___d_a_t_a_(_) are available since OpenSSL 0.9.5. 1.0.2u 2019-12-20 DSA_get_ex_new_index(3)