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

  /external/openssl/ssl/
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 419 int (*ssl_write)(SSL *s,const void *buf,int len); member in struct:ssl_method_st
624 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
627 /* Make it possible to retry SSL_write() with changed buffer location
629 * the misconception that non-blocking SSL_write() behaves like
    [all...]
  /external/openssl/include/openssl/
ssl.h 419 int (*ssl_write)(SSL *s,const void *buf,int len); member in struct:ssl_method_st
624 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
627 /* Make it possible to retry SSL_write() with changed buffer location
629 * the misconception that non-blocking SSL_write() behaves like
    [all...]

Completed in 63 milliseconds