Searched refs:tls_bio_shutdown (Results 1 – 2 of 2) sorted by relevance
124 retval = tls_bio_shutdown(vstream_fileno(stream), timeout, TLScontext); in tls_session_stop()126 tls_bio_shutdown(vstream_fileno(stream), timeout, TLScontext); in tls_session_stop()
625 #define tls_bio_shutdown(fd, timeout, context) \ macro