Home
last modified time | relevance | path

Searched refs:SSL_new_domain (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_new_domain.pod5 SSL_new_domain,
14 SSL *SSL_new_domain(SSL_CTX *ctx, uint64_t flags);
21 The SSL_new_domain() function creates a new QUIC event domain, represented as an
25 The I<flags> argument to SSL_new_domain() specifies a set of domain flags. If the
26 I<flags> argument to SSL_new_domain() does not specify one of the flags
77 Create a new domain object using SSL_new_domain() using a B<SSL_CTX> which uses
93 SSL_new_domain() returns a new domain SSL object or NULL on failure.
H A DSSL_CTX_set_domain_flags.pod105 L<SSL_new_domain(3)>, L<openssl-quic-concurrency(7)>
H A DSSL_new_listener.pod40 subordinate to a QUIC domain SSL object I<ssl>. See L<SSL_new_domain(3)> and
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-quic-concurrency.pod20 A QUIC domain is instantiated either explicitly (L<SSL_new_domain(3)>) or
189 L<SSL_new_domain(3)> by specifying zero or more of the following flags:
232 B<SSL_DOMAIN_FLAG_THREAD_ASSISTED> are provided to L<SSL_new_domain(3)> or
274 If an explicit QUIC domain is not explicitly created using L<SSL_new_domain(3)>,
328 L<SSL_new_domain(3)>
H A Dopenssl-quic.pod549 I<ssl>. See L<SSL_new_domain(3)> and L<openssl-quic-concurrency(7)> for details
587 =item L<SSL_new_domain(3)>
926 L<SSL_get_accept_connection_queue_len(3)>, L<SSL_new_domain(3)>,
/freebsd/secure/lib/libssl/
H A DVersion.map607 SSL_new_domain;
/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c214 if (!TEST_ptr(ssl = SSL_new_domain(ctx, 0))) in DEF_FUNC()
/freebsd/crypto/openssl/util/
H A Dlibssl.num604 SSL_new_domain 605 3_5_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/
H A Dbuild.info2758 DEPEND[html/man3/SSL_new_domain.html]=man3/SSL_new_domain.pod
2759 GENERATE[html/man3/SSL_new_domain.html]=man3/SSL_new_domain.pod
2760 DEPEND[man/man3/SSL_new_domain.3]=man3/SSL_new_domain.pod
2761 GENERATE[man/man3/SSL_new_domain.3]=man3/SSL_new_domain.pod
3757 html/man3/SSL_new_domain.html \
4434 man/man3/SSL_new_domain.3 \
/freebsd/crypto/openssl/test/
H A Dquicapitest.c2439 || !TEST_ptr(domain = SSL_new_domain(ctx, 0)) in test_domain_flags()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile571 MAN+= SSL_new_domain.3
4520 MLINKS+= SSL_new_domain.3 SSL_get0_domain.3
4521 MLINKS+= SSL_new_domain.3 SSL_is_domain.3
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2378 __owur SSL *SSL_new_domain(SSL_CTX *ctx, uint64_t flags);
H A Dssl.h.in2331 __owur SSL *SSL_new_domain(SSL_CTX *ctx, uint64_t flags);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c8049 SSL *SSL_new_domain(SSL_CTX *ctx, uint64_t flags) in SSL_new_domain() function