Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c201 PK11SlotInfo *nss_slot, KMF_CREDENTIAL *cred) in nss_authenticate() argument
209 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() argument
325 *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 …]