Home | History | Annotate | Download | only in ssl

Lines Matching refs:ssl_free

246 		s->method->ssl_free(s);
517 void SSL_free(SSL *s)
532 fprintf(stderr,"SSL_free, bad reference count\n");
602 if (s->method != NULL) s->method->ssl_free(s);
888 t->method->ssl_free(t); /* cleanup current */
2578 s->method->ssl_free(s);
2812 ret->method->ssl_free(ret);
2911 if (ret != NULL) SSL_free(ret);