Searched refs:ssl_io (Results 1 – 1 of 1) sorted by relevance
1599 BIO* ssl_io = nullptr; in create_tsi_ssl_handshaker() local1611 if (!BIO_new_bio_pair(&network_io, 0, &ssl_io, 0)) { in create_tsi_ssl_handshaker()1616 SSL_set_bio(ssl, ssl_io, ssl_io); in create_tsi_ssl_handshaker()