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

/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSlottable.c30 static kms_slot_t *slotinfo = NULL; variable
33 * Initialize the slotinfo record.
45 slotinfo = calloc(KMS_SLOTS, sizeof (kms_slot_t));
46 if (slotinfo == NULL)
49 slotinfo->sl_sess_list = NULL;
50 slotinfo->sl_tobj_list = NULL;
51 slotinfo->sl_state = CKU_PUBLIC;
54 if (pthread_mutex_init(&slotinfo->sl_mutex, NULL) != 0) {
55 (void) free(slotinfo);
56 slotinfo
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c84 CK_SLOT_INFO slotinfo; local
108 &slotinfo);
109 if ((rv == CKR_OK) && (slotinfo.flags & CKF_TOKEN_PRESENT)) {
H A DmetaSlotManager.c223 CK_SLOT_INFO slotinfo; local
246 (void) memset(&slotinfo, 0, sizeof (CK_SLOT_INFO));
248 &slotinfo);
253 (char *)slotinfo.slotDescription,
264 &slotinfo);
282 (char *)slotinfo.slotDescription,

Completed in 33 milliseconds