Home
last modified time | relevance | path

Searched refs:SSL_ERROR_WANT_READ (Results 1 – 11 of 11) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dbio_ssl.c186 case SSL_ERROR_WANT_READ: in ssl_read()
261 case SSL_ERROR_WANT_READ: in ssl_write()
409 case SSL_ERROR_WANT_READ: in ssl_ctrl()
H A Dssl_lib.c2533 return (SSL_ERROR_WANT_READ); in SSL_get_error()
2566 return (SSL_ERROR_WANT_READ); in SSL_get_error()
/dragonfly/contrib/tnftp/src/
H A Dssl.c320 case SSL_ERROR_WANT_READ: in fetch_ssl_read()
624 if (ssl_err != SSL_ERROR_WANT_READ && in fetch_start_ssl()
/dragonfly/libexec/dma/
H A Dnet.c102 if (s != SSL_ERROR_WANT_READ && in send_remote_command()
/dragonfly/lib/libfetch/
H A Dcommon.c1242 if (ssl_err != SSL_ERROR_WANT_READ && in fetch_ssl()
1303 if (ssl_err == SSL_ERROR_WANT_READ || in fetch_ssl_read()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_client.c1457 case SSL_ERROR_WANT_READ: in s_client_main()
1571 case SSL_ERROR_WANT_READ: in s_client_main()
H A Ds_server.c1760 case SSL_ERROR_WANT_READ: in sv_body()
1817 case SSL_ERROR_WANT_READ: in sv_body()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_wolfssl.c1631 if (err == SSL_ERROR_WANT_READ) { in wolfssl_handshake()
1665 if (err == SSL_ERROR_WANT_READ || err == SSL_ERROR_WANT_WRITE) { in wolfssl_get_appl_data()
H A Dtls_openssl.c4158 if (err == SSL_ERROR_WANT_READ) in openssl_handshake()
4264 if (err == SSL_ERROR_WANT_READ || in openssl_get_appl_data()
/dragonfly/crypto/libressl/tls/
H A Dtls.c735 case SSL_ERROR_WANT_READ: in tls_ssl_error()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h832 #define SSL_ERROR_WANT_READ 2 macro