Home
last modified time | relevance | path

Searched refs:nss_slot (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c200 PK11SlotInfo *nss_slot, KMF_CREDENTIAL *cred) in nss_authenticate() argument
208 nss_slot == NULL) { in nss_authenticate()
212 if (PK11_IsLoggedIn(nss_slot, NULL)) { in nss_authenticate()
217 nssrv = PK11_Authenticate(nss_slot, PR_TRUE, (void *)cred->cred); in nss_authenticate()
221 PK11_FreeSlot(nss_slot); in nss_authenticate()
308 PK11SlotInfo **nss_slot) in do_nss_init() argument
324 *nss_slot = PK11_GetInternalKeySlot(); in do_nss_init()
329 *nss_slot = PK11_FindSlotByName(slotlabel); in do_nss_init()
332 if (*nss_slot == NULL) { in do_nss_init()
341 if (PK11_NeedUserInit(*nss_slot)) { in do_nss_init()
[all …]