Lines Matching refs:CertLookupTree
1988 CertLookupTree::CertLookupTree() {}
1990 ssize_t CertLookupTree::add_cert(const StringRef &hostname, size_t idx) {
2042 ssize_t CertLookupTree::lookup(const StringRef &hostname) {
2107 void CertLookupTree::dump() const {
2115 CertLookupTree *lt, std::vector<std::vector<SSL_CTX *>> &indexed_ssl_ctx,
2273 CertLookupTree *cert_tree
2328 CertLookupTree *cert_tree
2411 std::unique_ptr<CertLookupTree> create_cert_lookup_tree() {
2416 return std::make_unique<CertLookupTree>();