Searched refs:peek (Results 1 – 13 of 13) sorted by relevance
/openssl/ssl/record/ |
H A D | record.h | 148 unsigned char *buf, size_t len, int peek, 155 unsigned char *buf, size_t len, int peek,
|
H A D | rec_layer_d1.c | 200 int peek, size_t *readbytes) in dtls1_read_bytes() argument 213 (peek && (type != SSL3_RT_APPLICATION_DATA))) { in dtls1_read_bytes() 352 if (peek) { in dtls1_read_bytes()
|
H A D | rec_layer_s3.c | 616 int peek, size_t *readbytes) in ssl3_read_bytes() argument 630 || (peek && (type != SSL3_RT_APPLICATION_DATA))) { in ssl3_read_bytes() 793 if (peek) { in ssl3_read_bytes() 802 || (peek && n == rr->length)) { in ssl3_read_bytes()
|
/openssl/doc/man3/ |
H A D | BIO_s_datagram.pod | 227 If B<num> is nonzero, enables peek mode; otherwise, disables peek mode. Where 228 peek mode is enabled, calls to L<BIO_read(3)> read datagrams from the underlying 229 network socket in peek mode, meaning that a future call to L<BIO_read(3)> will 230 yield the same datagram until peek mode is disabled.
|
H A D | PEM_read.pod | 94 To distinguish end of file from more serious errors the caller must peek at the
|
/openssl/ssl/quic/ |
H A D | quic_impl.c | 28 static int qc_wait_for_default_xso_for_read(QCTX *ctx, int peek); 1856 static int qc_wait_for_default_xso_for_read(QCTX *ctx, int peek) in qc_wait_for_default_xso_for_read() argument 1898 if (peek) in qc_wait_for_default_xso_for_read() 2626 int peek; member 2672 int peek) in quic_read_actual() argument 2686 if (peek) { in quic_read_actual() 2697 if (!peek) { in quic_read_actual() 2714 if (is_fin && !peek) { in quic_read_actual() 2746 args->peek)) in quic_read_again() 2796 if (!quic_read_actual(&ctx, ctx.xso->stream, buf, len, bytes_read, peek)) { in quic_read() [all …]
|
H A D | quic_rcidm.c | 629 static int rcidm_get_retire(QUIC_RCIDM *rcidm, uint64_t *seq_num, int peek) in rcidm_get_retire() argument 639 if (!peek) in rcidm_get_retire()
|
/openssl/doc/designs/quic-design/ |
H A D | stream-receive-buffers.md | 71 SSL_peek(), SSL_pending(), SSL_has_pending() peek into the stored
|
H A D | quic-api.md | 20 …`, `SSL_read_ex`, `SSL_peek`, `SSL_peek_ex`](#-ssl-read----ssl-read-ex----ssl-peek----ssl-peek-ex-) 225 error occurs if in blocking mode (including the peek functions).
|
/openssl/ssl/ |
H A D | s3_lib.c | 4571 static int ssl3_read_internal(SSL *s, void *buf, size_t len, int peek, in ssl3_read_internal() argument 4586 peek, readbytes); in ssl3_read_internal() 4598 len, peek, readbytes); in ssl3_read_internal()
|
H A D | ssl_local.h | 427 unsigned char *buf, size_t len, int peek,
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2123 # define SSL_get0_session SSL_get_session/* just peek at pointer */
|
/openssl/ |
H A D | CHANGES.md | 16755 and ssl3_read_internal, respectively, and adding 'peek' parameters 16756 to them. The new ssl[23]_{read,peek} functions are calls to 16757 ssl[23]_read_internal with the 'peek' flag set appropriately. 16758 A 'peek' parameter has also been added to ssl3_read_bytes, which
|
Completed in 156 milliseconds