Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_new_stream.pod6 SSL_STREAM_FLAG_ADVANCE - create a new locally-initiated QUIC stream
14 #define SSL_STREAM_FLAG_ADVANCE (1U << 2)
55 The flag B<SSL_STREAM_FLAG_ADVANCE> may be used to create a QUIC stream SSL
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3.c101 uint64_t flags = SSL_STREAM_FLAG_ADVANCE; in h3_conn_create_stream()
/freebsd/crypto/openssl/util/
H A Dother.syms751 SSL_STREAM_FLAG_ADVANCE define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2398 #define SSL_STREAM_FLAG_ADVANCE (1U << 2) macro
H A Dssl.h.in2351 #define SSL_STREAM_FLAG_ADVANCE (1U << 2) macro
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c2271 int advance = ((flags & SSL_STREAM_FLAG_ADVANCE) != 0); in quic_conn_stream_new()
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c2552 OP_C_NEW_STREAM_BIDI_EX (a, ANY_ID, SSL_STREAM_FLAG_ADVANCE)
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4526 MLINKS+= SSL_new_stream.3 SSL_STREAM_FLAG_ADVANCE.3