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

  /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/openssl/ssl/
ssl_lib.c 981 int SSL_write(SSL *s,const void *buf,int num)
995 return(s->method->ssl_write(s,buf,num));
    [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...]

Completed in 87 milliseconds