Home
last modified time | relevance | path

Searched refs:ssl_stat (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.c792 int ssl_stat; in tlsp_strategy() local
818 ssl_stat = SSL_accept(tls_context->con); in tlsp_strategy()
820 ssl_stat = SSL_connect(tls_context->con); in tlsp_strategy()
821 if (ssl_stat != 1) { in tlsp_strategy()
822 handshake_err = SSL_get_error(tls_context->con, ssl_stat); in tlsp_strategy()
847 && (ssl_stat = SSL_shutdown(tls_context->con)) < 0) { in tlsp_strategy()
848 handshake_err = SSL_get_error(tls_context->con, ssl_stat); in tlsp_strategy()
876 ssl_stat = SSL_write(tls_context->con, NBBIO_READ_BUF(plaintext_buf), in tlsp_strategy()
878 ssl_write_err = SSL_get_error(tls_context->con, ssl_stat); in tlsp_strategy()
882 NBBIO_READ_PEND(plaintext_buf) -= ssl_stat; in tlsp_strategy()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.inc34 ssl_stat.c \
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.inc35 ssl_stat.c \
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dbuild.info11 ssl_ciph.c ssl_stat.c ssl_rsa.c \
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dbuild.info27 ssl_ciph.c ssl_stat.c ssl_rsa.c \