Home
last modified time | relevance | path

Searched refs:CertLookupTree (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_tls.h153 class CertLookupTree { class
155 CertLookupTree();
205 CertLookupTree *lt, std::vector<std::vector<SSL_CTX *>> &indexed_ssl_ctx,
227 // (get_config()->subcerts), caller should provide CertLookupTree
235 CertLookupTree *cert_tree
246 CertLookupTree *cert_tree
266 // Creates CertLookupTree. If frontend is configured not to use TLS,
268 std::unique_ptr<CertLookupTree> create_cert_lookup_tree();
H A Dshrpx_worker.h81 class CertLookupTree;
312 tls::CertLookupTree *cert_tree,
314 SSL_CTX *quic_sv_ssl_ctx, tls::CertLookupTree *quic_cert_tree,
329 tls::CertLookupTree *get_cert_lookup_tree() const;
331 tls::CertLookupTree *get_quic_cert_lookup_tree() const;
433 tls::CertLookupTree *cert_tree_;
437 tls::CertLookupTree *quic_cert_tree_;
H A Dshrpx_connection_handler.h72 class CertLookupTree;
290 std::unique_ptr<tls::CertLookupTree> cert_tree_;
292 std::unique_ptr<tls::CertLookupTree> quic_cert_tree_;
H A Dshrpx_tls_test.cc39 auto tree = std::make_unique<tls::CertLookupTree>(); in test_shrpx_tls_create_lookup_tree()
88 tree = std::make_unique<tls::CertLookupTree>(); in test_shrpx_tls_create_lookup_tree()
144 tls::CertLookupTree tree; in test_shrpx_tls_cert_lookup_tree_add_ssl_ctx()
H A Dshrpx_tls.cc1988 CertLookupTree::CertLookupTree() {} in CertLookupTree() function in shrpx::tls::CertLookupTree
1990 ssize_t CertLookupTree::add_cert(const StringRef &hostname, size_t idx) { in add_cert()
2042 ssize_t CertLookupTree::lookup(const StringRef &hostname) { in lookup()
2107 void CertLookupTree::dump() const { in dump()
2115 CertLookupTree *lt, std::vector<std::vector<SSL_CTX *>> &indexed_ssl_ctx, in cert_lookup_tree_add_ssl_ctx()
2273 CertLookupTree *cert_tree in setup_server_ssl_context()
2328 CertLookupTree *cert_tree in setup_quic_server_ssl_context()
2411 std::unique_ptr<CertLookupTree> create_cert_lookup_tree() { in create_cert_lookup_tree()
2416 return std::make_unique<CertLookupTree>(); in create_cert_lookup_tree()
[all...]
H A Dshrpx_worker.cc148 tls::CertLookupTree *cert_tree, in Worker()
150 SSL_CTX *quic_sv_ssl_ctx, tls::CertLookupTree *quic_cert_tree, in Worker()
575 tls::CertLookupTree *Worker::get_cert_lookup_tree() const { return cert_tree_; } in get_cert_lookup_tree()
578 tls::CertLookupTree *Worker::get_quic_cert_lookup_tree() const { in get_quic_cert_lookup_tree()
H A Dshrpx_config.h73 class CertLookupTree;

Completed in 12 milliseconds