Home
last modified time | relevance | path

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

/src/crypto/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)>.
/src/secure/lib/libssl/
H A DVersion.map582 SSL_get_stream_type;
/src/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c587 SSL_get_stream_type(stream)); in read_from_ssl_ids()
594 if (SSL_get_stream_type(stream) == SSL_STREAM_TYPE_BIDI) { in read_from_ssl_ids()
/src/crypto/openssl/util/
H A Dlibssl.num564 SSL_get_stream_type 565 3_2_0 EXIST::FUNCTION:
/src/crypto/openssl/doc/man7/
H A Dopenssl-quic.pod677 =item L<SSL_get_stream_type(3)>
921 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.
/src/crypto/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 …
/src/crypto/openssl/include/openssl/
H A Dssl.h2394 __owur int SSL_get_stream_type(SSL *s);
H A Dssl.h.in2347 __owur int SSL_get_stream_type(SSL *s);
/src/crypto/openssl/ssl/
H A Dssl_lib.c7796 int SSL_get_stream_type(SSL *s) in SSL_get_stream_type() function
/src/secure/lib/libcrypto/man/man3/
H A DMakefile4454 MLINKS+= SSL_get_stream_id.3 SSL_get_stream_type.3