Searched refs:SSL_STREAM_FLAG_UNI (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_new_stream.pod | 5 SSL_new_stream, SSL_STREAM_FLAG_UNI, SSL_STREAM_FLAG_NO_BLOCK, 12 #define SSL_STREAM_FLAG_UNI (1U << 0) 23 If the B<SSL_STREAM_FLAG_UNI> flag is passed, a unidirectional stream is
|
/freebsd/crypto/openssl/demos/guide/ |
H A D | quic-multi-stream.c | 271 stream2 = SSL_new_stream(ssl, SSL_STREAM_FLAG_UNI); in main()
|
/freebsd/crypto/openssl/demos/http3/ |
H A D | ossl-nghttp3-demo-server.c | 409 rstream = SSL_new_stream(conn, SSL_STREAM_FLAG_UNI); in quic_server_h3streams() 417 pstream = SSL_new_stream(conn, SSL_STREAM_FLAG_UNI); in quic_server_h3streams() 425 cstream = SSL_new_stream(conn, SSL_STREAM_FLAG_UNI); in quic_server_h3streams()
|
H A D | ossl-nghttp3.c | 107 flags |= SSL_STREAM_FLAG_UNI; in h3_conn_create_stream()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 749 SSL_STREAM_FLAG_UNI define
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | ossl-guide-quic-multi-stream.pod | 207 stream2 = SSL_new_stream(ssl, SSL_STREAM_FLAG_UNI);
|
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_impl.c | 2074 flags |= SSL_STREAM_FLAG_UNI; in qc_try_create_default_xso_for_write() 2269 int is_uni = ((flags & SSL_STREAM_FLAG_UNI) != 0); in quic_conn_stream_new()
|
/freebsd/crypto/openssl/test/ |
H A D | quic_multistream_test.c | 254 {OPK_C_NEW_STREAM, NULL, SSL_STREAM_FLAG_UNI, \ 257 {OPK_C_NEW_STREAM, NULL, (flags) | SSL_STREAM_FLAG_UNI, \
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 1016 * Can be used on client or server. If the SSL_STREAM_FLAG_UNI flag is set, 1024 #define SSL_STREAM_FLAG_UNI 1
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 2396 #define SSL_STREAM_FLAG_UNI (1U << 0) macro
|
H A D | ssl.h.in | 2349 #define SSL_STREAM_FLAG_UNI (1U << 0) macro
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4528 MLINKS+= SSL_new_stream.3 SSL_STREAM_FLAG_UNI.3
|