Home
last modified time | relevance | path

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

/freebsd/crypto/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(),
/freebsd/secure/lib/libssl/
H A DVersion.map484 SSL_peek_ex;
/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c866 if (!SSL_peek_ex(ssl, buf, sizeof(buf), &bytes_read) in DEF_FUNC()
/freebsd/crypto/openssl/util/
H A Dlibssl.num409 SSL_peek_ex 410 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/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 …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2006 __owur int SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
H A Dssl.h.in1959 __owur int SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c1373 if (!SSL_peek_ex(c_tgt, buf, sizeof(buf), &bytes_read) in run_script_worker()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c2542 int SSL_peek_ex(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_peek_ex() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4554 MLINKS+= SSL_read.3 SSL_peek_ex.3