Searched refs:c_ssl_bio (Results 1 – 1 of 1) sorted by relevance
1937 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; in doit_localhost() local1996 c_ssl_bio = BIO_new(BIO_f_ssl()); in doit_localhost()1997 if (!c_ssl_bio) in doit_localhost()2002 (void)BIO_set_ssl(c_ssl_bio, c_ssl, BIO_NOCLOSE); in doit_localhost()2048 r = BIO_write(c_ssl_bio, cbuf, i); in doit_localhost()2219 BIO_free(c_ssl_bio); in doit_localhost()2234 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; in doit_biopair() local2251 c_ssl_bio = BIO_new(BIO_f_ssl()); in doit_biopair()2252 if (!c_ssl_bio) in doit_biopair()2327 r = BIO_write(c_ssl_bio, cbuf, i); in doit_biopair()[all …]
Completed in 17 milliseconds