HomeSort by: relevance | last modified time | path
    Searched refs:SSL_MODE_AUTO_RETRY (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssl.old/dist/demos/bio/
client-arg.c 84 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
client-conf.c 92 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
  /src/external/bsd/libpcap/dist/
sslutils.c 80 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY);
  /src/crypto/external/apache2/openssl/dist/ssl/record/
rec_layer_d1.c 518 if (!(sc->mode & SSL_MODE_AUTO_RETRY)) {
554 if (!(sc->mode & SSL_MODE_AUTO_RETRY)) {
rec_layer_s3.c 961 if ((s->mode & SSL_MODE_AUTO_RETRY) != 0)
1049 if (!(s->mode & SSL_MODE_AUTO_RETRY)) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_time.c 195 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY);
ocsp.c 1610 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY);
  /src/external/bsd/nsd/dist/
nsd-control.c 386 (void)SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
xfrd-tcp.c 187 (void)SSL_set_mode(tp->ssl, SSL_MODE_AUTO_RETRY);
  /src/crypto/external/bsd/openssl/dist/ssl/record/
rec_layer_d1.c 683 if (!(s->mode & SSL_MODE_AUTO_RETRY)) {
719 if (!(s->mode & SSL_MODE_AUTO_RETRY)) {
rec_layer_s3.c 1647 if ((s->mode & SSL_MODE_AUTO_RETRY) != 0)
1732 if (!(s->mode & SSL_MODE_AUTO_RETRY)) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/record/
rec_layer_d1.c 686 if (!(s->mode & SSL_MODE_AUTO_RETRY)) {
723 if (!(s->mode & SSL_MODE_AUTO_RETRY)) {
rec_layer_s3.c 1607 if ((s->mode & SSL_MODE_AUTO_RETRY) != 0)
1693 if (!(s->mode & SSL_MODE_AUTO_RETRY)) {
  /src/share/examples/refuse/ian/libfetch/
common.c 333 SSL_CTX_set_mode(conn->ssl_ctx, SSL_MODE_AUTO_RETRY);
  /src/usr.bin/ftp/
ssl.c 621 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY);
  /src/external/bsd/unbound/dist/testcode/
petal.c 315 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
  /src/external/bsd/unbound/dist/util/
net_help.c 1640 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
1662 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
  /src/external/bsd/fetch/dist/libfetch/
common.c 468 SSL_CTX_set_mode(conn->ssl_ctx, SSL_MODE_AUTO_RETRY);
  /src/external/bsd/nsd/dist/dnstap/
dnstap.c 367 (void)SSL_set_mode(dtw->ssl, SSL_MODE_AUTO_RETRY);
  /src/external/bsd/ppp/dist/pppd/
eap-tls.c 694 SSL_set_mode(ets->ssl, SSL_MODE_AUTO_RETRY);
  /src/external/bsd/unbound/dist/smallapp/
unbound-control.c 773 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
unbound-anchor.c 795 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
  /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
ossl_shim.cc 1008 SSL_set_mode(ssl.get(), SSL_MODE_AUTO_RETRY);
  /src/usr.sbin/syslogd/
tls.c 268 (void)SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY);
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 1695 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY);

Completed in 69 milliseconds

1 2