Searched refs:CertLookupTree (Results 1 – 7 of 7) sorted by relevance
131 class CertLookupTree {133 CertLookupTree();183 CertLookupTree *lt, std::vector<std::vector<SSL_CTX *>> &indexed_ssl_ctx,213 CertLookupTree *cert_tree234 std::unique_ptr<CertLookupTree> create_cert_lookup_tree();
74 class CertLookupTree; variable270 tls::CertLookupTree *cert_tree,280 tls::CertLookupTree *get_cert_lookup_tree() const;347 tls::CertLookupTree *cert_tree_;
39 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()
68 class CertLookupTree; variable205 std::unique_ptr<tls::CertLookupTree> cert_tree_;
1499 CertLookupTree::CertLookupTree() {} in CertLookupTree() function in shrpx::tls::CertLookupTree1501 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()
132 tls::CertLookupTree *cert_tree, in Worker()501 tls::CertLookupTree *Worker::get_cert_lookup_tree() const { return cert_tree_; } in get_cert_lookup_tree()
69 class CertLookupTree; variable