Home
last modified time | relevance | path

Searched refs:SSL_get_stream_type (Results 1 – 9 of 9) sorted by relevance

/openssl/doc/man3/
H A DSSL_get_stream_id.pod5 SSL_get_stream_id, SSL_get_stream_type, SSL_STREAM_TYPE_NONE,
19 int SSL_get_stream_type(SSL *ssl);
29 The SSL_get_stream_type() function identifies what operations can be performed
68 SSL_get_stream_type() to determine the stream type and SSL_get_stream_is_local()
71 The SSL_get_stream_type() identifies the type of a QUIC stream based on its
76 SSL_get_stream_type() would still return B<SSL_STREAM_TYPE_WRITE>. The value
77 returned by SSL_get_stream_type() does not vary over the lifespan of a stream.
86 SSL_get_stream_type() returns one of the B<SSL_STREAM_TYPE> values.
H A DSSL_set_default_stream_mode.pod74 L<SSL_get_stream_type(3)>.
/openssl/doc/man7/
H A Dopenssl-quic.pod603 =item L<SSL_get_stream_type(3)>
833 L<SSL_get0_connection(3)>, L<SSL_get_stream_type(3)>, L<SSL_get_stream_id(3)>,
H A Dossl-guide-quic-multi-stream.pod105 calling L<SSL_get_stream_type(3)>. See the man page for further details.
/openssl/util/
H A Dlibssl.num564 SSL_get_stream_type 565 3_2_0 EXIST::FUNCTION:
/openssl/doc/designs/quic-design/
H A Dquic-api.md52 - [`SSL_get_stream_type`](#-ssl-get-stream-type-)
944 #### `SSL_get_stream_type`
965 __owur int SSL_get_stream_type(SSL *ssl);
H A Dquic-api-ssl-funcs.md648 | `SSL_get_stream_type` | CSSM | ��N | ��A | ��QSA | ��Done …
/openssl/include/openssl/
H A Dssl.h.in2299 __owur int SSL_get_stream_type(SSL *s);
/openssl/ssl/
H A Dssl_lib.c7679 int SSL_get_stream_type(SSL *s) in SSL_get_stream_type() function

Completed in 100 milliseconds