Home | History | Annotate | Download | only in crypto

Lines Matching full:database

48 const char kNSSDatabaseName[] = "Real NSS database";
54 // Fake certificate authority database used for testing.
132 // NSS creates a local cache of the sqlite database if it detects that the
133 // filesystem the database is on is much slower than the local disk. The
359 // Use the system certificate store, so initialize NSS without database.
367 "database: " << GetNSSErrorMessage();
378 // Initialize with a persistent database (likely, ~/.pki/nssdb).
389 "database (" << nss_config_dir
394 VLOG(1) << "Initializing NSS without a persistent database.";
398 "database: " << GetNSSErrorMessage();
502 LOG(ERROR) << "Error opening persistent database (" << modspec