Searched refs:SSL_get_stream_write_state (Results 1 – 8 of 8) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_get_stream_read_state.pod | 5 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 D | SSL_get_value_uint.pod | 336 L<SSL_get_stream_read_state(3)>, L<SSL_get_stream_write_state(3)>,
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 254 `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 D | quic-api-ssl-funcs.md | 639 | `SSL_get_stream_write_state` | CSSM | N | A | QSA | Done …
|
/openssl/util/ |
H A D | libssl.num | 571 SSL_get_stream_write_state 572 3_2_0 EXIST::FUNCTION:
|
/openssl/doc/man7/ |
H A D | openssl-quic.pod | 579 =item L<SSL_get_stream_write_state(3)> and L<SSL_get_stream_read_state(3)>
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2362 __owur int SSL_get_stream_write_state(SSL *ssl);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 7789 int SSL_get_stream_write_state(SSL *s) in SSL_get_stream_write_state() function
|
Completed in 1877 milliseconds