Home | History | Annotate | Download | only in onc

Lines Matching defs:trust

95   // Web trust is only granted to certificates imported by the user.
255 // Trust bits should only increase trust and never restrict. Thus,
257 LOG(WARNING) << "Certificate contains unknown trust type "
266 LOG(WARNING) << "Web trust not granted for certificate: " << guid;
288 net::NSSCertDatabase::TrustBits trust = (import_with_ssl_trust ?
298 trust & ~nssdb->GetCertTrust(x509_cert.get(), net_cert_type);
305 success = nssdb->SetCertTrust(x509_cert.get(), net_cert_type, trust);
309 << " was already present, but trust couldn't be set."
319 success = nssdb->ImportServerCert(cert_list, trust, &failures);
321 success = nssdb->ImportCACerts(cert_list, trust, &failures);