Searched refs:s_ssl_bio (Results 1 – 1 of 1) sorted by relevance
1937 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; in doit_localhost() local1992 s_ssl_bio = BIO_new(BIO_f_ssl()); in doit_localhost()1993 if (!s_ssl_bio) in doit_localhost()2006 (void)BIO_set_ssl(s_ssl_bio, s_ssl, BIO_NOCLOSE); in doit_localhost()2127 r = BIO_write(s_ssl_bio, sbuf, i); in doit_localhost()2218 BIO_free(s_ssl_bio); in doit_localhost()2234 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; in doit_biopair() local2247 s_ssl_bio = BIO_new(BIO_f_ssl()); in doit_biopair()2248 if (!s_ssl_bio) in doit_biopair()2406 r = BIO_write(s_ssl_bio, sbuf, i); in doit_biopair()[all …]
Completed in 17 milliseconds