HomeSort by relevance Sort by last modified time
    Searched full:ssl_do_handshake (Results 1 - 18 of 18) sorted by null

  /external/openssl/ssl/
bio_ssl.c 157 /* ret=SSL_do_handshake(ssl); */
245 /* ret=SSL_do_handshake(ssl);
431 ret=(int)SSL_do_handshake(ssl);
ssl_err.c 229 {ERR_FUNC(SSL_F_SSL_DO_HANDSHAKE), "SSL_do_handshake"},
    [all...]
ssl_lib.c     [all...]
ssl.h     [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSocketImpl.java 88 * been called. This is expected behaviour in cut-through mode, where SSL_do_handshake
318 sslSessionNativePointer = NativeCrypto.SSL_do_handshake(sslNativePointer,
328 // TODO: SSL_read and SSL_write return -1 when interrupted, but SSL_do_handshake
468 // the call to NativeCrypto.SSL_do_handshake and not during a
    [all...]
OpenSSLSessionImpl.java 108 * with handshake_cutthrough, the SSL_do_handshake may return
NativeCrypto.java     [all...]
OpenSSLEngineImpl.java 74 * been called. This is expected behaviour in cut-through mode, where SSL_do_handshake
  /external/chromium_org/net/ssl/
openssl_ssl_util.cc 119 // SSL_do_handshake reports this error when the server responds to a
  /external/chromium_org/net/socket/
ssl_server_socket_openssl.cc 556 int rv = SSL_do_handshake(ssl_);
ssl_client_socket_openssl.cc 887 int rv = SSL_do_handshake(ssl_);
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_error.c 46 {ERR_PACK(ERR_LIB_SSL, SSL_F_SSL_do_handshake, 0), "SSL_do_handshake"},
    [all...]
ssl_lib.c     [all...]
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /external/openssl/apps/
s_server.c     [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]

Completed in 866 milliseconds