Searched refs:SSL_new_domain (Results 1 – 14 of 14) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_new_domain.pod | 5 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 D | SSL_CTX_set_domain_flags.pod | 105 L<SSL_new_domain(3)>, L<openssl-quic-concurrency(7)>
|
| H A D | SSL_new_listener.pod | 40 subordinate to a QUIC domain SSL object I<ssl>. See L<SSL_new_domain(3)> and
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | openssl-quic-concurrency.pod | 20 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 D | openssl-quic.pod | 549 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 D | Version.map | 607 SSL_new_domain;
|
| /freebsd/crypto/openssl/test/radix/ |
| H A D | quic_ops.c | 214 if (!TEST_ptr(ssl = SSL_new_domain(ctx, 0))) in DEF_FUNC()
|
| /freebsd/crypto/openssl/util/ |
| H A D | libssl.num | 604 SSL_new_domain 605 3_5_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/doc/ |
| H A D | build.info | 2758 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 D | quicapitest.c | 2439 || !TEST_ptr(domain = SSL_new_domain(ctx, 0)) in test_domain_flags()
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 571 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 D | ssl.h | 2378 __owur SSL *SSL_new_domain(SSL_CTX *ctx, uint64_t flags);
|
| H A D | ssl.h.in | 2331 __owur SSL *SSL_new_domain(SSL_CTX *ctx, uint64_t flags);
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 8049 SSL *SSL_new_domain(SSL_CTX *ctx, uint64_t flags) in SSL_new_domain() function
|