Searched refs:slots (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotManager.c50 slot_data_t *slots; variable
74 if (slots != NULL) {
83 * Count the number of slots in the framework.
102 slots = calloc(slot_count, sizeof (slot_data_t));
103 if (slots == NULL) {
113 slots[i].fw_st_id = i + 1;
115 &(slots[i].tokenobject_list_lock), NULL);
122 if (slots != NULL) {
123 free(slots);
124 slots
[all...]
H A DmetaMechManager.c54 mechinfo_t *slots; member in struct:mechliststruct
117 free(mechlist[i].slots);
143 /* get number of slots */
179 if (!mechlist[i].slots[j].initialized)
182 if (mechlist[i].slots[j].supported) {
210 * Get list of all slots supporting the specified mechanism.
213 * space to accommodate the list of slots that supports the
216 * many slots are found to support the mechanism.
247 if (!mechlist[index].slots[i].initialized ||
248 !mechlist[index].slots[
[all...]
H A DmetaSlotToken.c274 mechinfo_t **slots = NULL; local
301 slots = mech_support_info.supporting_slots;
303 /* Merge mechanism info from all slots. */
304 (void) memcpy(pInfo, &(slots[0]->mechanism_info),
311 /* MinKeySize should be smallest of all slots. */
312 thisValue = slots[i]->mechanism_info.ulMinKeySize;
317 /* MaxKeySize should be largest of all slots. */
318 thisValue = slots[i]->mechanism_info.ulMaxKeySize;
323 pInfo->flags |= slots[i]->mechanism_info.flags;
H A DmetaUtil.c177 * Get a list of capable slots.
180 * the list of capable slots is already retrieved. We can save
181 * some processing, and just use that list of slots.
199 /* Attempt to initialize operation on slots until one succeeds. */
861 * Gets the list of slots that supports the specified mechanism.
866 * Otherwise, get list of all slots that support the mech.
872 mechinfo_t ***slots, unsigned long *slot_count, boolean_t token_only,
894 * keystore slot, we will look at other slots
897 *slots = mech_support_info->supporting_slots;
904 * Get a list of slots tha
870 get_slotlist_for_mech(CK_MECHANISM_TYPE mech_type, mech_support_info_t *mech_support_info, mechinfo_t ***slots, unsigned long *slot_count, boolean_t token_only, CK_MECHANISM_INFO *mech_info) argument
939 mechinfo_t **slots = NULL; local
1213 mechinfo_t **slots = NULL; local
1336 mechinfo_t **slots = NULL; local
1498 mechinfo_t **slots = NULL; local
[all...]
H A DmetaObjectManager.c542 * destroying any clones on other slots. Caller is assumed to have
559 /* First, delete all the clones of this object on other slots. */
649 extern slot_data_t *slots;
652 slot = &(slots[object->creator_session->slotnum]);
688 extern slot_data_t *slots;
691 slot = &(slots[object->creator_session->slotnum]);
1024 * one that is supported by both the source and the destination slots.
1025 * If none of the mechanisms are supported by both slots, return the
1143 * nor the destination slots supports CKM_SKIPJACK_WRAP.
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c966 int slots; local
971 if (rawlen < sizeof (slots))
974 slots = impl_di_prop_int_from_prom(rawdata, sizeof (slots));
975 if (slots == 0) {
980 maxslots = sizeof (slots) * 8;
983 if (slots & (1 << i))
992 sp = (char *)(rawdata + sizeof (slots));
993 maxsp = sp + (rawlen - sizeof (slots));
996 if (slots
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfat.c610 unsigned i, nsec, slots = 0; local
640 grub_memcpy (unibuf + slots * 15,
642 slots++;
657 slots * 15) = '\0';
691 int slot = -1, slots = -1; local
731 slots = slot = id;
767 for (u = 0; u < slots * 13; u++)
771 slots * 13) = '\0';
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c636 int slots = 0; local
652 slots = 1;
656 if (!slots) {
663 slots = 2;
667 if (slots != 1)
672 slots--;
677 if (!slots) {
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c91 size_t slots; /* How many lists linked by *table */ member in struct:__anon2385
150 ((tab)->table + ((id)%(tab)->slots))
4333 tab->slots = hash_slots;
4349 for (i = 0; i < tab->slots; i++) {
4362 tab->slots = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm504 Just simple slots for storing information about the line and the file

Completed in 88 milliseconds