Home | History | Annotate | Download | only in chromeos

Lines Matching refs:cert

18 #include "net/cert/cert_database.h"
32 // initialized), or the cert database changes, observers are called with
62 // should be used only to identify the cert in its slot.
65 // TODO(tbarzic): Make this check cert slot id if we start loading
67 static std::string GetPkcs11IdForCert(const net::X509Certificate& cert);
69 // Starts the CertLoader with the NSS cert database.
85 bool IsCertificateHardwareBacked(const net::X509Certificate* cert) const;
113 virtual void OnCACertChanged(const net::X509Certificate* cert) OVERRIDE;
114 virtual void OnCertAdded(const net::X509Certificate* cert) OVERRIDE;
115 virtual void OnCertRemoved(const net::X509Certificate* cert) OVERRIDE;