Searched refs:cert_store_ (Results 1 – 1 of 1) sorted by relevance
639 return cert_store_; in cert_store()646 : cert_store_(CertOpenStore(CERT_STORE_PROV_MEMORY, 0, NULL, 0, NULL)) { in GlobalCertStore()650 CertCloseStore(cert_store_, 0 /* flags */); in ~GlobalCertStore()653 const HCERTSTORE cert_store_; member in net::GlobalCertStore