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 652 * Writes with the native SSL_write function to the encrypted data stream.
654 public static native void SSL_write(int sslNativePointer,
OpenSSLSocketImpl.java 706 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     [all...]

Completed in 5011 milliseconds