Home
last modified time | relevance | path

Searched refs:SSL_peek_ex (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DSSL_read.pod5 SSL_read_ex, SSL_read, SSL_peek_ex, SSL_peek
15 int SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
24 SSL_peek_ex() and SSL_peek() are identical to SSL_read_ex() and SSL_read()
32 SSL_read(), SSL_peek_ex() or SSL_peek().
106 SSL_read_ex() and SSL_peek_ex() will return 1 for success or 0 for failure.
149 The SSL_read_ex() and SSL_peek_ex() functions were added in OpenSSL 1.1.1.
H A DSSL_get_error.pod17 SSL_read_ex(), SSL_read(), SSL_peek_ex(), SSL_peek(), SSL_shutdown(),
111 SSL_read_ex(), SSL_read(), SSL_peek_ex(), or SSL_peek() may want to write data
115 either the client or the server); SSL_read_ex(), SSL_read(), SSL_peek_ex(),
/openssl/util/
H A Dlibssl.num409 SSL_peek_ex 410 3_0_0 EXIST::FUNCTION:
/openssl/doc/designs/quic-design/
H A Dquic-api.md20 …- [`SSL_read`, `SSL_read_ex`, `SSL_peek`, `SSL_peek_ex`](#-ssl-read----ssl-read-ex----ssl-peek----…
218 #### `SSL_read`, `SSL_read_ex`, `SSL_peek`, `SSL_peek_ex`
H A Dquic-api-ssl-funcs.md590 | `SSL_peek_ex` | ADP | ��U | ��A | ��QSI | ��Done …
/openssl/test/
H A Dquic_multistream_test.c1358 if (!SSL_peek_ex(c_tgt, buf, sizeof(buf), &bytes_read) in run_script_worker()
/openssl/include/openssl/
H A Dssl.h.in1944 __owur int SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/openssl/ssl/
H A Dssl_lib.c2487 int SSL_peek_ex(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_peek_ex() function

Completed in 53 milliseconds