Searched refs:ssl_write (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/ssl/ |
D | bio_ssl.c | 19 static int ssl_write(BIO *h, const char *buf, size_t size, size_t *written); 39 ssl_write, 161 static int ssl_write(BIO *b, const char *buf, size_t size, size_t *written) in ssl_write() function
|
D | ssl_local.h | 449 int (*ssl_write) (SSL *s, const void *buf, size_t len, size_t *written); member
|
D | ssl_lib.c | 1956 args.f.func_write = s->method->ssl_write; in ssl_write_internal() 1962 return s->method->ssl_write(s, buf, num, written); in ssl_write_internal()
|
/third_party/mbedtls/ |
D | ChangeLog | 3322 ssl_write() is called before the handshake is finished (introduced in 4409 * Undid faulty bug fix in ssl_write() when flushing old data (Ticket 4465 * Fixed bug in ssl_write() when flushing old data (Fixed ticket 4689 * Fixed a bug in ssl_write() that caused the same payload to
|