Home
last modified time | relevance | path

Searched refs:do_shutdown (Results 1 – 3 of 3) sorted by relevance

/openbsd/regress/lib/libssl/tls/
H A Dtlstest.c184 do_shutdown(SSL *ssl, const char *name, int *done) in do_shutdown() function
361 if (!do_client_server_loop(client, do_shutdown, server, do_shutdown)) { in tlstest()
/openbsd/regress/lib/libssl/shutdown/
H A Dshutdowntest.c183 do_shutdown(SSL *ssl, const char *name, int *done) in do_shutdown() function
245 if (!do_shutdown(client, "client", &client_done)) in do_shutdown_loop()
253 if (!do_shutdown(server, "server", &server_done)) in do_shutdown_loop()
/openbsd/regress/lib/libssl/dtls/
H A Ddtlstest.c685 do_shutdown(SSL *ssl, const char *name, int *done, short *events) in do_shutdown() function
1035 if (!do_client_server_loop(client, do_shutdown, server, do_shutdown, pfd)) { in dtlstest()