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 544 * Reads with the native SSL_read function from the encrypted data stream
551 public static native int SSL_read(int sslNativePointer,
  /external/openssl/ssl/
ssl_lib.c 942 int SSL_read(SSL *s,void *buf,int num)
955 return(s->method->ssl_read(s,buf,num));
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]

Completed in 677 milliseconds