Searched refs:SSL_get_stream_write_state (Results 1 – 12 of 12) sorted by relevance
| /src/crypto/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)>,
|
| /src/secure/lib/libssl/ ! |
| H A D | Version.map | 584 SSL_get_stream_write_state;
|
| /src/crypto/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 …
|
| /src/crypto/openssl/test/radix/ ! |
| H A D | quic_bindings.c | 273 wstate = SSL_get_stream_write_state(ssl); in report_ssl()
|
| /src/crypto/openssl/util/ ! |
| H A D | libssl.num | 571 SSL_get_stream_write_state 572 3_2_0 EXIST::FUNCTION:
|
| /src/crypto/openssl/doc/man7/ ! |
| H A D | openssl-quic.pod | 653 =item L<SSL_get_stream_write_state(3)> and L<SSL_get_stream_read_state(3)>
|
| /src/crypto/openssl/include/openssl/ ! |
| H A D | ssl.h | 2457 __owur int SSL_get_stream_write_state(SSL *ssl);
|
| H A D | ssl.h.in | 2410 __owur int SSL_get_stream_write_state(SSL *ssl);
|
| /src/crypto/openssl/ssl/ ! |
| H A D | ssl_lib.c | 7906 int SSL_get_stream_write_state(SSL *s) in SSL_get_stream_write_state() function
|
| /src/secure/lib/libcrypto/man/man3/ ! |
| H A D | Makefile | 4465 MLINKS+= SSL_get_stream_read_state.3 SSL_get_stream_write_state.3
|