Home
last modified time | relevance | path

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

/openssl/ssl/record/
H A Drecord.h214 unsigned char *buf, size_t len, int peek,
237 unsigned char *buf, size_t len, int peek,
H A Drec_layer_d1.c221 size_t len, int peek, size_t *readbytes) in dtls1_read_bytes() argument
234 (peek && (type != SSL3_RT_APPLICATION_DATA))) { in dtls1_read_bytes()
371 if (peek) { in dtls1_read_bytes()
H A Drec_layer_s3.c1161 size_t len, int peek, size_t *readbytes) in ssl3_read_bytes() argument
1175 || (peek && (type != SSL3_RT_APPLICATION_DATA))) { in ssl3_read_bytes()
1338 if (peek) { in ssl3_read_bytes()
1351 || (peek && n == rr->length)) { in ssl3_read_bytes()
/openssl/doc/man3/
H A DPEM_read.pod94 To distinguish end of file from more serious errors the caller must peek at the
/openssl/ssl/
H A Ds3_lib.c4499 static int ssl3_read_internal(SSL *s, void *buf, size_t len, int peek, in ssl3_read_internal() argument
4514 peek, readbytes); in ssl3_read_internal()
4526 len, peek, readbytes); in ssl3_read_internal()
H A Dssl_local.h510 unsigned char *buf, size_t len, int peek,
/openssl/include/openssl/
H A Dssl.h.in2078 # define SSL_get0_session SSL_get_session/* just peek at pointer */
/openssl/
H A DCHANGES.md15213 and ssl3_read_internal, respectively, and adding 'peek' parameters
15214 to them. The new ssl[23]_{read,peek} functions are calls to
15215 ssl[23]_read_internal with the 'peek' flag set appropriately.
15216 A 'peek' parameter has also been added to ssl3_read_bytes, which

Completed in 97 milliseconds