Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DSSL_get0_connection.pod5 SSL_get0_connection, SSL_is_connection - get a QUIC connection SSL object from a
12 SSL *SSL_get0_connection(SSL *ssl);
17 The SSL_get0_connection() function, when called on a QUIC stream SSL object,
30 SSL_get0_connection() returns the QUIC connection SSL object (for a QUIC stream
/openssl/doc/man7/
H A Dossl-guide-quic-multi-stream.pod142 the connection via a call to L<SSL_get0_connection(3)>. Multi-threaded
145 different thread and call L<SSL_get0_connection(3)> from within that thread then
H A Dopenssl-quic.pod595 =item L<SSL_get0_connection(3)>
833 L<SSL_get0_connection(3)>, L<SSL_get_stream_type(3)>, L<SSL_get_stream_id(3)>,
/openssl/doc/designs/quic-design/
H A Dquic-api.md50 - [`SSL_get0_connection`](#-ssl-get0-connection-)
908 #### `SSL_get0_connection`
924 SSL *SSL_get0_connection(SSL *ssl);
939 * This is exactly equivalent to (SSL_get0_connection(ssl) == ssl).
H A Dquic-api-ssl-funcs.md645 | `SSL_get0_connection` | CSSM | ��N | ��A | ��QSA | ��Done …
/openssl/util/
H A Dlibssl.num562 SSL_get0_connection 563 3_2_0 EXIST::FUNCTION:
/openssl/doc/
H A Dbuild.info2554 DEPEND[html/man3/SSL_get0_connection.html]=man3/SSL_get0_connection.pod
2555 GENERATE[html/man3/SSL_get0_connection.html]=man3/SSL_get0_connection.pod
2556 DEPEND[man/man3/SSL_get0_connection.3]=man3/SSL_get0_connection.pod
2557 GENERATE[man/man3/SSL_get0_connection.3]=man3/SSL_get0_connection.pod
3648 html/man3/SSL_get0_connection.html \
4312 man/man3/SSL_get0_connection.3 \
/openssl/ssl/
H A Dssl_lib.c7662 SSL *SSL_get0_connection(SSL *s) in SSL_get0_connection() function
7676 return SSL_get0_connection(s) == s; in SSL_is_connection()
/openssl/include/openssl/
H A Dssl.h.in2292 __owur SSL *SSL_get0_connection(SSL *s);

Completed in 63 milliseconds