Home
last modified time | relevance | path

Searched refs:SSL_MODE_AUTO_RETRY (Results 1 – 7 of 7) sorted by relevance

/external/curl/docs/examples/
Dcurlx.c240 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in sslctxfun()
/external/libmicrohttpd/src/testspdy/
Dtest_request_response.c479 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in init_ssl_ctx()
Dtest_new_connection.c491 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in init_ssl_ctx()
/external/libmicrohttpd/src/examples/
Dmhd2spdy_spdy.c544 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY); in spdy_ssl_init_ssl_ctx()
/external/tlsdate/src/
Dtlsdate-helper-plan9.c1034 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY); in run_ssl()
Dtlsdate-helper.c1179 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY); in run_ssl()
/external/boringssl/src/include/openssl/
Dssl.h3120 #define SSL_MODE_AUTO_RETRY 0 macro