Home | History | Annotate | Download | only in ssl

Lines Matching refs:c_to_s

1569 	BIO *c_to_s=NULL;
1582 c_to_s=BIO_new(BIO_s_mem());
1584 if ((s_to_c == NULL) || (c_to_s == NULL))
1599 SSL_set_bio(c_ssl,s_to_c,c_to_s);
1603 SSL_set_bio(s_ssl,c_to_s,s_to_c);
1850 if (c_to_s != NULL) BIO_free(c_to_s);