Searched refs:SSL (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/network/libnetapi/
H A DSSL.cpp19 class SSL { class in namespace:BPrivate
21 SSL() function in class:BPrivate::SSL
36 ~SSL()
65 static SSL sSSL;
66 pthread_mutex_t* SSL::sMutexBuf;
H A DSecureSocket.cpp45 int SSL_SESSION_print_client_random(BIO *bp, const SSL *ssl)
94 SSL* fSSL;
133 // The SSL session was never created (Connect() was not called or
172 fprintf(stderr, "SSL ERR %s\n", ERR_error_string(error2, NULL));
184 fprintf(stderr, "SSL rv -1 %s\n", ERR_error_string(error, NULL));
188 fprintf(stderr, "SSL rv other %s\n", ERR_error_string(error, NULL));
198 // TODO: translate SSL error codes!
199 fprintf(stderr, "SSL other %s\n", ERR_error_string(error, NULL));
210 // We don't want programs that don't use SSL to waste resources with that.
234 SSL* ss
[all...]

Completed in 39 milliseconds