Searched refs:s_to_c (Results 1 – 1 of 1) sorted by relevance
2617 BIO *s_to_c = NULL; in doit() local2637 s_to_c = BIO_new(BIO_s_mem()); in doit()2638 if ((s_to_c == NULL) || (c_to_s == NULL)) { in doit()2651 SSL_set_bio(c_ssl, s_to_c, c_to_s); in doit()2662 s_to_c = NULL; in doit()2665 if (!BIO_up_ref(s_to_c)) { in doit()2667 s_to_c = NULL; in doit()2672 SSL_set_bio(s_ssl, c_to_s, s_to_c); in doit()2676 s_to_c = NULL; in doit()2877 BIO_free(s_to_c); in doit()
Completed in 10 milliseconds