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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 677 * Reads with the native SSL_read function from the encrypted data stream
680 public static native int SSL_read(int sslNativePointer,
    [all...]
  /external/openssl/ssl/
ssl_lib.c 956 int SSL_read(SSL *s,void *buf,int num)
969 return(s->method->ssl_read(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.
764 NativeCrypto.SSL_read(s, fd, callback, new byte[1], 0, 1, 0);
    [all...]

Completed in 61 milliseconds