Searched refs:db_slot (Results 1 – 1 of 1) sorted by relevance
885 PK11SlotInfo* db_slot = SECMOD_OpenUserDB(modspec.c_str()); in OpenSoftwareNSSDB() local886 if (db_slot) { in OpenSoftwareNSSDB()887 if (PK11_NeedUserInit(db_slot)) in OpenSoftwareNSSDB()888 PK11_InitPin(db_slot, NULL, NULL); in OpenSoftwareNSSDB()893 return ScopedPK11Slot(db_slot); in OpenSoftwareNSSDB()