Home | History | Annotate | Download | only in crypto

Lines Matching defs:db_name

284   ScopedPK11Slot OpenPersistentNSSDBForPath(const std::string& db_name,
297 return OpenSoftwareNSSDB(nssdb_path, db_name);
463 std::string db_name = base::StringPrintf(
465 ScopedPK11Slot public_slot(OpenPersistentNSSDBForPath(db_name, path));