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 687 * Writes with the native SSL_write function to the encrypted data stream.
689 public static native void SSL_write(int sslNativePointer,
    [all...]
OpenSSLSocketImpl.java 717 NativeCrypto.SSL_write(sslNativePointer, socket.getFileDescriptor$(),
    [all...]
  /external/openssl/ssl/
ssl_lib.c 987 int SSL_write(SSL *s,const void *buf,int num)
1001 return(s->method->ssl_write(s,buf,num));
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 746 * SSL_read, SSL_write, and SSL_shutdown.
784 NativeCrypto.SSL_write(s, fd, callback, new byte[] { 42 }, 0, 1);
    [all...]

Completed in 91 milliseconds