Home | History | Annotate | Download | only in ssl

Lines Matching defs:ssl_new

1504   int (*ssl_new)(SSL *ssl);
1604 /* ssl_new does any neccessary initialisation of |ssl|. It returns one on
1606 int (*ssl_new)(SSL *ssl);
1607 /* ssl_free frees anything created by |ssl_new|. */