Searched refs:nss_slot (Results 1 – 1 of 1) sorted by relevance
201 PK11SlotInfo *nss_slot, KMF_CREDENTIAL *cred) in nss_authenticate() argument209 nss_slot == NULL) { in nss_authenticate()213 if (PK11_IsLoggedIn(nss_slot, NULL)) { in nss_authenticate()218 nssrv = PK11_Authenticate(nss_slot, PR_TRUE, (void *)cred->cred); in nss_authenticate()222 PK11_FreeSlot(nss_slot); in nss_authenticate()309 PK11SlotInfo **nss_slot) in do_nss_init() argument325 *nss_slot = PK11_GetInternalKeySlot(); in do_nss_init()330 *nss_slot = PK11_FindSlotByName(slotlabel); in do_nss_init()333 if (*nss_slot == NULL) { in do_nss_init()342 if (PK11_NeedUserInit(*nss_slot)) { in do_nss_init()[all …]