Home
last modified time | relevance | path

Searched refs:ssl_write (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/common/openssl/ssl/
H A Dbio_ssl.c68 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) in ssl_write() function
H A Dssl.h375 int (*ssl_write)(SSL *s,const void *buf,int len); member
H A Dssl_lib.c903 return(s->method->ssl_write(s,buf,num)); in SSL_write()