Home
last modified time | relevance | path

Searched refs:peek (Results 1 – 13 of 13) sorted by relevance

/openssl/ssl/record/
H A Drecord.h148 unsigned char *buf, size_t len, int peek,
155 unsigned char *buf, size_t len, int peek,
H A Drec_layer_d1.c200 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 Drec_layer_s3.c616 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 DBIO_s_datagram.pod227 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 DPEM_read.pod94 To distinguish end of file from more serious errors the caller must peek at the
/openssl/ssl/quic/
H A Dquic_impl.c28 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 Dquic_rcidm.c629 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 Dstream-receive-buffers.md71 SSL_peek(), SSL_pending(), SSL_has_pending() peek into the stored
H A Dquic-api.md20 …`, `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 Ds3_lib.c4571 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 Dssl_local.h427 unsigned char *buf, size_t len, int peek,
/openssl/include/openssl/
H A Dssl.h.in2123 # define SSL_get0_session SSL_get_session/* just peek at pointer */
/openssl/
H A DCHANGES.md16755 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