Searched refs:SSL_MODE_AUTO_RETRY (Results 1 – 8 of 8) sorted by relevance
254 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in sslctxfun()
390 SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking reads and writes
605 #ifdef SSL_MODE_AUTO_RETRY in newPySSLSocket()606 mode |= SSL_MODE_AUTO_RETRY; in newPySSLSocket()
4172 #define SSL_MODE_AUTO_RETRY 0 macro
932 SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER | SSL_MODE_AUTO_RETRY); in newPySSLSocket()
1540 OpenSSL's :c:macro:`SSL_MODE_AUTO_RETRY`, which will prevent an error
1525 OpenSSL's :c:macro:`SSL_MODE_AUTO_RETRY`, which will prevent an error
13651 Also, enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking