Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DSSL_get_stream_read_state.pod5 SSL_get_stream_read_state, SSL_get_stream_write_state,
25 int SSL_get_stream_write_state(SSL *ssl);
32 SSL_get_stream_read_state() and SSL_get_stream_write_state() retrieve the
53 SSL_get_stream_write_state() is called on a remotely-initiated (and thus
63 For SSL_get_stream_write_state(), this value is returned when the local
77 For SSL_get_stream_write_state(), this means that the sending part of the stream
95 For SSL_get_stream_write_state(), this means that the peer sent a QUIC
111 SSL_get_stream_write_state() will also return this state.
132 SSL_get_stream_read_state() and SSL_get_stream_write_state() return one of the
H A DSSL_get_value_uint.pod336 L<SSL_get_stream_read_state(3)>, L<SSL_get_stream_write_state(3)>,
/openssl/doc/designs/quic-design/
H A Dquic-api.md254 `SSL_get_stream_write_state` can be used to clarify the stream state when an
736 * SSL_get_stream_write_state is called, or a locally initiated unidirectional
749 * For SSL_get_stream_write_state, this means that the local application has
763 * For SSL_get_stream_write_state, this means that the stream was aborted
775 * For SSL_get_stream_write_state, this means the peer sent a STOP_SENDING
788 * For SSL_get_stream_write_state, this means that attempts to write to the
794 int SSL_get_stream_write_state(SSL *ssl);
H A Dquic-api-ssl-funcs.md639 | `SSL_get_stream_write_state` | CSSM | ��N | ��A | ��QSA | ��Done …
/openssl/util/
H A Dlibssl.num571 SSL_get_stream_write_state 572 3_2_0 EXIST::FUNCTION:
/openssl/doc/man7/
H A Dopenssl-quic.pod579 =item L<SSL_get_stream_write_state(3)> and L<SSL_get_stream_read_state(3)>
/openssl/include/openssl/
H A Dssl.h.in2362 __owur int SSL_get_stream_write_state(SSL *ssl);
/openssl/ssl/
H A Dssl_lib.c7789 int SSL_get_stream_write_state(SSL *s) in SSL_get_stream_write_state() function

Completed in 1877 milliseconds