Typedefs |
| typedef int | SSL_EX_DATA_NEW_CB_T (char *obj, char *item, char *ad, int index, long argl, char *argp) |
| | A type of callback function that can create a new extra data structure for use at a later stage. More...
|
| typedef void | SSL_EX_DATA_FREE_CB_T (char *obj, char *item, char *ad, int index, long argl, char *argp) |
| | A type of callback function that can be used to free an extra data structure. More...
|
| typedef int | SSL_EX_DATA_DUP_CB_T (char *obj_to, char *obj_from, char **item, int index, long argl, char *argp) |
| | A type of callback function that can be used to duplicate an extra data structure. More...
|