Searched defs:tmpslotlist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3932 CK_SLOT_ID_PTR slotlist = NULL, tmpslotlist = NULL; local
3996 tmpslotlist = malloc(count * sizeof (CK_SLOT_ID));
3997 if (tmpslotlist == NULL) {
4003 if ((r = cctx->p11->C_GetSlotList(FALSE, tmpslotlist, &count)) != CKR_OK) {
4012 for (i = 0; i < count && cctx->slotid != tmpslotlist[i]; i++)
4320 if (tmpslotlist != NULL)
4321 free(tmpslotlist);

Completed in 82 milliseconds