Symbol: SSL_MODE_AUTO_RETRY
lib/libssl/d1_pkt.c
708
if (!(s->mode & SSL_MODE_AUTO_RETRY)) {
lib/libssl/ssl_lib.c
2101
ret->mode = SSL_MODE_AUTO_RETRY;
lib/libssl/ssl_pkt.c
951
if (!(s->mode & SSL_MODE_AUTO_RETRY)) {
lib/libssl/tls13_client.c
42
(s->mode & SSL_MODE_AUTO_RETRY) != 0);
lib/libssl/tls13_legacy.c
238
(ctx->ssl->mode & SSL_MODE_AUTO_RETRY) != 0);
lib/libssl/tls13_server.c
40
(s->mode & SSL_MODE_AUTO_RETRY) != 0);
lib/libtls/tls.c
539
SSL_CTX_clear_mode(ssl_ctx, SSL_MODE_AUTO_RETRY);
sbin/unwind/libunbound/util/net_help.c
1640
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
sbin/unwind/libunbound/util/net_help.c
1662
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
usr.bin/openssl/ocsp.c
1571
SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY);
usr.bin/openssl/s_client.c
979
SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY);
usr.bin/openssl/s_server.c
1156
SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY);
usr.bin/openssl/s_server.c
1218
SSL_CTX_clear_mode(ctx2, SSL_MODE_AUTO_RETRY);
usr.sbin/nsd/dnstap/dnstap.c
367
(void)SSL_set_mode(dtw->ssl, SSL_MODE_AUTO_RETRY);
usr.sbin/nsd/nsd-control.c
386
(void)SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
usr.sbin/nsd/remote.c
677
(void)SSL_set_mode(n->ssl, SSL_MODE_AUTO_RETRY);
usr.sbin/nsd/server.c
4937
(void)SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
usr.sbin/nsd/xfrd-tcp.c
187
(void)SSL_set_mode(tp->ssl, SSL_MODE_AUTO_RETRY);
usr.sbin/unbound/daemon/remote.c
503
(void)SSL_set_mode(n->ssl, (long)SSL_MODE_AUTO_RETRY);
usr.sbin/unbound/smallapp/unbound-anchor.c
799
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
usr.sbin/unbound/smallapp/unbound-control.c
773
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
usr.sbin/unbound/testcode/petal.c
315
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
usr.sbin/unbound/util/net_help.c
1640
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
usr.sbin/unbound/util/net_help.c
1662
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);