Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_write

419 	int (*ssl_write)(SSL *s,const void *buf,int len);
627 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
630 /* Make it possible to retry SSL_write() with changed buffer location
632 * the misconception that non-blocking SSL_write() behaves like
1175 BIO *wbio; /* used by SSL_write */
1180 char *wbio; /* used by SSL_write */
1309 * and SSL_write() calls, good for nbio debuging :-) */
1944 int SSL_write(SSL *ssl,const void *buf,int num);