Searched refs:db_slot (Results 1 – 1 of 1) sorted by relevance
881 PK11SlotInfo* db_slot = SECMOD_OpenUserDB(modspec.c_str()); in OpenSoftwareNSSDB() local882 if (db_slot) { in OpenSoftwareNSSDB()883 if (PK11_NeedUserInit(db_slot)) in OpenSoftwareNSSDB()884 PK11_InitPin(db_slot, NULL, NULL); in OpenSoftwareNSSDB()889 return ScopedPK11Slot(db_slot); in OpenSoftwareNSSDB()