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