Searched refs:ssl_write (Results 1 – 5 of 5) 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 | 497 int (*ssl_write) (SSL *s, const void *buf, size_t len, size_t *written); member
|
D | ssl_lib.c | 2055 args.f.func_write = s->method->ssl_write; in ssl_write_internal() 2061 return s->method->ssl_write(s, buf, num, written); in ssl_write_internal()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | mod.rs | 3605 pub fn ssl_write(&mut self, buf: &[u8]) -> Result<usize, Error> { in ssl_write() method 3758 match self.ssl_write(buf) { in write()
|
/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
|