Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_tls.h131 class CertLookupTree {
133 CertLookupTree();
183 CertLookupTree *lt, std::vector<std::vector<SSL_CTX *>> &indexed_ssl_ctx,
213 CertLookupTree *cert_tree
234 std::unique_ptr<CertLookupTree> create_cert_lookup_tree();
Dshrpx_worker.h74 class CertLookupTree; variable
270 tls::CertLookupTree *cert_tree,
280 tls::CertLookupTree *get_cert_lookup_tree() const;
347 tls::CertLookupTree *cert_tree_;
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()
Dshrpx_connection_handler.h68 class CertLookupTree; variable
205 std::unique_ptr<tls::CertLookupTree> cert_tree_;
Dshrpx_tls.cc1499 CertLookupTree::CertLookupTree() {} in CertLookupTree() function in shrpx::tls::CertLookupTree
1501 ssize_t CertLookupTree::add_cert(const StringRef &hostname, size_t idx) { in add_cert()
1553 ssize_t CertLookupTree::lookup(const StringRef &hostname) { in lookup()
1618 void CertLookupTree::dump() const { in dump()
1626 CertLookupTree *lt, std::vector<std::vector<SSL_CTX *>> &indexed_ssl_ctx, in cert_lookup_tree_add_ssl_ctx()
1778 CertLookupTree *cert_tree in setup_server_ssl_context()
1859 std::unique_ptr<CertLookupTree> create_cert_lookup_tree() { in create_cert_lookup_tree()
1864 return std::make_unique<CertLookupTree>(); in create_cert_lookup_tree()
Dshrpx_worker.cc132 tls::CertLookupTree *cert_tree, in Worker()
501 tls::CertLookupTree *Worker::get_cert_lookup_tree() const { return cert_tree_; } in get_cert_lookup_tree()
Dshrpx_config.h69 class CertLookupTree; variable