HomeSort by relevance Sort by last modified time
    Searched refs:SSL_accept (Results 1 - 11 of 11) sorted by null

  /external/libmicrohttpd/src/microhttpd/
connection_https.c 52 ret = SSL_accept (connection->tls_session);
  /external/libmicrohttpd/src/microspdy/
io_openssl.c 151 //for non-blocking I/O SSL_accept may return -1
153 if(1 != (ret = SSL_accept(session->io_context)))
155 SPDYF_DEBUG("SSL_accept %i",ret);
  /external/libvncserver/libvncserver/
rfbssl_openssl.c 72 while ((r = SSL_accept(ctx->ssl)) < 0) {
77 rfbErr("SSL_accept failed %d\n", SSL_get_error(ctx->ssl, r));
  /external/boringssl/src/tool/
server.cc 342 int ret = SSL_accept(ssl.get());
  /system/netd/tests/dns_responder/
dns_tls_frontend.cpp 292 if (SSL_accept(ssl.get()) <= 0) {
  /external/webrtc/webrtc/base/
opensslstreamadapter.cc 809 int code = (role_ == SSL_CLIENT) ? SSL_connect(ssl_) : SSL_accept(ssl_);
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 349 // SSL_accept configures |ssl| as a server, if unconfigured, and calls
351 OPENSSL_EXPORT int SSL_accept(SSL *ssl);
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.cc 892 int SSL_accept(SSL *ssl) {
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client_test.go 81 const opensslEndOfHandshake = "SSL_accept:SSLv3/TLS write finished"
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client_test.go 81 const opensslEndOfHandshake = "SSL_accept:SSLv3/TLS write finished"
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 699 str = "SSL_accept";
    [all...]

Completed in 274 milliseconds