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

  /external/openssl/ssl/
s23_lib.c 180 return(SSL_write(s,buf,len));
bio_ssl.c 68 static int ssl_write(BIO *h, const char *buf, int num);
89 ssl_write,
228 static int ssl_write(BIO *b, const char *out, int outl) function
243 ret=SSL_write(ssl,out,outl);
ssl.h 396 int (*ssl_write)(SSL *s,const void *buf,int len); member in struct:ssl_method_st
588 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
591 /* Make it possible to retry SSL_write() with changed buffer location
593 * the misconception that non-blocking SSL_write() behaves like
    [all...]
ssl_lib.c 981 int SSL_write(SSL *s,const void *buf,int num)
995 return(s->method->ssl_write(s,buf,num));
    [all...]
  /external/openssl/apps/
s_time.c 417 SSL_write(scon,buf,strlen(buf));
472 SSL_write(scon,buf,strlen(buf));
510 SSL_write(scon,buf,strlen(buf));
s_server.c     [all...]
s_client.c     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 765 * SSL_read, SSL_write, and SSL_shutdown.
801 NativeCrypto.SSL_write(s, fd, callback, new byte[] { 42 }, 0, 1);
    [all...]
  /external/chromium/net/test/
openssl_helper.cc 254 SSL_write(server, "goodbye!", 8);
  /external/chromium/net/tools/flip_server/
sm_connection.cc 189 rv = SSL_write(ssl_, ptr, chunksize);
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 240 int code = SSL_write(ssl_, data, data_len);
258 Error("SSL_write", (code ? code : -1), false);
openssladapter.cc 434 int code = SSL_write(ssl_, pv, cb);
455 Error("SSL_write", (code ? code : -1), false);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 555 * Writes with the native SSL_write function to the encrypted data stream.
557 public static native void SSL_write(int sslNativePointer,
OpenSSLSocketImpl.java 713 NativeCrypto.SSL_write(sslNativePointer, socket.getFileDescriptor$(),
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /external/openssl/include/openssl/
ssl.h 396 int (*ssl_write)(SSL *s,const void *buf,int len); member in struct:ssl_method_st
588 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
591 /* Make it possible to retry SSL_write() with changed buffer location
593 * the misconception that non-blocking SSL_write() behaves like
    [all...]
  /external/wpa_supplicant/
tls_openssl.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]

Completed in 566 milliseconds