Searched refs:kTrusted (Results 1 – 1 of 1) sorted by relevance
325 static const unsigned int kTrusted = CERTDB_TRUSTED_CA | CERTDB_TRUSTED; in IsUntrusted() local327 (nsstrust.sslFlags & kTrusted) == 0) { in IsUntrusted()331 (nsstrust.emailFlags & kTrusted) == 0) { in IsUntrusted()335 (nsstrust.objectSigningFlags & kTrusted) == 0) { in IsUntrusted()344 return (nsstrust.sslFlags & kTrusted) == 0 && in IsUntrusted()345 (nsstrust.emailFlags & kTrusted) == 0 && in IsUntrusted()346 (nsstrust.objectSigningFlags & kTrusted) == 0; in IsUntrusted()