HomeSort by: relevance | last modified time | path
    Searched refs:tls_examine_error (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/syslogd/
tls.h 151 /* return values for TLS_examine_error() */
168 int tls_examine_error(const char *, const SSL *, struct tls_conn_settings *, const int);
tls.c 931 error = tls_examine_error("SSL_connect()",
1084 tls_examine_error(const char *functionname, const SSL *ssl, function
1292 error = tls_examine_error("SSL_accept()",
1477 if (rc <= 0 && tls_examine_error("SSL_read()", conn_info->sslptr,
1524 error = tls_examine_error("SSL_read()", c->tls_conn->sslptr,
1776 error = tls_examine_error("SSL_write()",
1915 (void)tls_examine_error("SSL_shutdown()",
1922 error = tls_examine_error("SSL_shutdown()",

Completed in 18 milliseconds