HomeSort by relevance Sort by last modified time
    Searched full:nsstrust (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/cert/
nss_cert_database.cc 272 CERTCertTrust nsstrust; local
273 SECStatus rv = CERT_GetCertTrust(cert->os_cert_handle(), &nsstrust);
298 if ((nsstrust.sslFlags & CERTDB_TERMINAL_RECORD) != 0 &&
299 (nsstrust.sslFlags & kTrusted) == 0) {
302 if ((nsstrust.emailFlags & CERTDB_TERMINAL_RECORD) != 0 &&
303 (nsstrust.emailFlags & kTrusted) == 0) {
306 if ((nsstrust.objectSigningFlags & CERTDB_TERMINAL_RECORD) != 0 &&
307 (nsstrust.objectSigningFlags & kTrusted) == 0) {
316 return (nsstrust.sslFlags & kTrusted) == 0 &&
317 (nsstrust.emailFlags & kTrusted) == 0 &
    [all...]

Completed in 453 milliseconds