Searched refs:ssl_write (Results 1 – 7 of 7) sorted by relevance
/third_party/boringssl/src/ssl/ |
D | bio_ssl.cc | 59 static int ssl_write(BIO *bio, const char *out, int outl) { in ssl_write() function 171 BIO_TYPE_SSL, "SSL", ssl_write, ssl_read, NULL,
|
/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, 162 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 | 1954 args.f.func_write = s->method->ssl_write; in ssl_write_internal() 1960 return s->method->ssl_write(s, buf, num, written); in ssl_write_internal()
|
/third_party/mbedtls/scripts/data_files/ |
D | rename-1.3-2.0.txt | 2042 ssl_write mbedtls_ssl_write
|
/third_party/mbedtls/include/mbedtls/ |
D | compat-1.3.h | 2425 #define ssl_write mbedtls_ssl_write macro
|
/third_party/mbedtls/ |
D | ChangeLog | 2228 ssl_write() is called before the handshake is finished (introduced in 3315 * Undid faulty bug fix in ssl_write() when flushing old data (Ticket 3371 * Fixed bug in ssl_write() when flushing old data (Fixed ticket 3595 * Fixed a bug in ssl_write() that caused the same payload to
|