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

  /external/openssl/ssl/
s23_lib.c 187 return(SSL_write(s,buf,len));
bio_ssl.c 68 static int ssl_write(BIO *h, const char *buf, int num);
89 ssl_write,
228 static int ssl_write(BIO *b, const char *out, int outl) function
243 ret=SSL_write(ssl,out,outl);
ssl.h 396 int (*ssl_write)(SSL *s,const void *buf,int len); member in struct:ssl_method_st
588 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
591 /* Make it possible to retry SSL_write() with changed buffer location
593 * the misconception that non-blocking SSL_write() behaves like
    [all...]
ssl_lib.c 973 int SSL_write(SSL *s,const void *buf,int num)
987 return(s->method->ssl_write(s,buf,num));
    [all...]
  /external/openssl/apps/
s_time.c 417 SSL_write(scon,buf,strlen(buf));
472 SSL_write(scon,buf,strlen(buf));
510 SSL_write(scon,buf,strlen(buf));
s_server.c     [all...]
s_client.c     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 558 * Writes with the native SSL_write function to the encrypted data stream.
564 public static native void SSL_write(int sslNativePointer,
OpenSSLSocketImpl.java 839 NativeCrypto.SSL_write(sslNativePointer, fd, OpenSSLSocketImpl.this, b, start, len);
    [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp     [all...]
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 1006 bytes_written = SSL_write(ssl_, bytes, size);
    [all...]
  /external/openssl/include/openssl/
ssl.h 396 int (*ssl_write)(SSL *s,const void *buf,int len); member in struct:ssl_method_st
588 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
591 /* Make it possible to retry SSL_write() with changed buffer location
593 * the misconception that non-blocking SSL_write() behaves like
    [all...]
  /external/wpa_supplicant/
tls_openssl.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c     [all...]

Completed in 569 milliseconds