NAME
DSAgetexnewindex, DSAsetexdata, DSAgetexdata - add
application specific data to DSA structuresSYNOPSIS
#include
int DSAgetexnewindex(long argl, void *argp, CRYPTOEXnew *newfunc, CRYPTOEXdup *dupfunc, CRYPTOEXfree *freefunc); int DSAsetexdata(DSA *d, int idx, void *arg); char *DSAgetexdata(DSA *d, int idx);DESCRIPTION
These functions handle application specific data in DSA structures. Their usage is identical to that of RSAgetexnewindex(), RSAsetexdata() and RSAgetexdata() as described in RSAgetexnewindex(3).SEE ALSO
RSAgetexnewindex(3), dsa(3) HISTORY DSAgetexnewindex(), DSAsetexdata() and DSAgetexdata() are available since OpenSSL 0.9.5.0.9.7l 2000-01-30 DSAgetexnewindex(3)