Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c287 mech_support_info.supporting_slots = in meta_GetMechanismInfo()
289 if (mech_support_info.supporting_slots == NULL) { in meta_GetMechanismInfo()
297 free(mech_support_info.supporting_slots); in meta_GetMechanismInfo()
302 slots = mech_support_info.supporting_slots; in meta_GetMechanismInfo()
333 free(mech_support_info.supporting_slots); in meta_GetMechanismInfo()
H A DmetaSessionManager.c154 (new_session->mech_support_info).supporting_slots in meta_session_alloc()
156 if ((new_session->mech_support_info).supporting_slots == NULL) { in meta_session_alloc()
310 free((session->mech_support_info).supporting_slots); in meta_session_dealloc()
H A DmetaUtil.c114 mechinfo_t **supporting_slots; in meta_operation_init() local
184 supporting_slots = (session->mech_support_info).supporting_slots; in meta_operation_init()
193 slotnum = supporting_slots[i]->slotnum; in meta_operation_init()
868 &((mech_support_info->supporting_slots)[0]), B_FALSE, in get_slotlist_for_mech()
884 *slots = mech_support_info->supporting_slots; in get_slotlist_for_mech()
906 *slots = mech_support_info->supporting_slots; in get_slotlist_for_mech()
H A DmetaMechManager.c249 (mech_support_info->supporting_slots)[num_found - 1] in meta_mechManager_get_slots()
H A DmetaGlobal.h314 mechinfo_t **supporting_slots; member
H A DmetaObjectManager.c1888 info->supporting_slots[0]->slotnum == get_keystore_slotnum()) in meta_freeobject_check()