Home
last modified time | relevance | path

Searched refs:SSL_peek_ex (Results 1 – 5 of 5) 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().
98 SSL_read_ex() and SSL_peek_ex() will return 1 for success or 0 for failure.
141 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(),
99 SSL_read_ex(), SSL_read(), SSL_peek_ex(), or SSL_peek() may want to write data
103 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/include/openssl/
H A Dssl.h.in1906 __owur int SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/openssl/ssl/
H A Dssl_lib.c2336 int SSL_peek_ex(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_peek_ex() function

Completed in 41 milliseconds