Searched refs:mech_support_info (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaSlotToken.c | 279 mech_support_info_t mech_support_info; in meta_GetMechanismInfo() local 289 mech_support_info.supporting_slots = in meta_GetMechanismInfo() 291 if (mech_support_info.supporting_slots == NULL) { in meta_GetMechanismInfo() 295 mech_support_info.mech = type; in meta_GetMechanismInfo() 297 rv = meta_mechManager_get_slots(&mech_support_info, TRUE, NULL); in meta_GetMechanismInfo() 299 free(mech_support_info.supporting_slots); in meta_GetMechanismInfo() 303 slotCount = mech_support_info.num_supporting_slots; in meta_GetMechanismInfo() 304 slots = mech_support_info.supporting_slots; in meta_GetMechanismInfo() 335 free(mech_support_info.supporting_slots); in meta_GetMechanismInfo()
|
H A D | metaUtil.c | 170 if (((session->mech_support_info).mech != pMechanism->mechanism) || in meta_operation_init() 171 ((session->mech_support_info).num_supporting_slots == 0)) { in meta_operation_init() 172 (session->mech_support_info).mech = pMechanism->mechanism; in meta_operation_init() 173 rv = meta_mechManager_get_slots(&(session->mech_support_info), in meta_operation_init() 183 slotCount = (session->mech_support_info).num_supporting_slots; in meta_operation_init() 184 supporting_slots = (session->mech_support_info).supporting_slots; in meta_operation_init() 858 mech_support_info_t *mech_support_info, in get_slotlist_for_mech() argument 868 &((mech_support_info->supporting_slots)[0]), B_FALSE, in get_slotlist_for_mech() 876 mech_support_info->mech = mech_type; in get_slotlist_for_mech() 883 mech_support_info->num_supporting_slots = 0; in get_slotlist_for_mech() [all …]
|
H A D | metaSessionManager.c | 154 (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() 160 (new_session->mech_support_info).num_supporting_slots = 0; in meta_session_alloc() 310 free((session->mech_support_info).supporting_slots); in meta_session_dealloc()
|
H A D | metaMechManager.c | 215 meta_mechManager_get_slots(mech_support_info_t *mech_support_info, in meta_mechManager_get_slots() argument 224 rv = meta_mechManager_update_mech(mech_support_info->mech, in meta_mechManager_get_slots() 232 found = find_mech_index(mech_support_info->mech, &index); in meta_mechManager_get_slots() 251 (mech_support_info->supporting_slots)[num_found - 1] in meta_mechManager_get_slots() 261 mech_support_info->num_supporting_slots = num_found; in meta_mechManager_get_slots()
|
H A D | metaGlobal.h | 311 typedef struct mech_support_info { struct 362 mech_support_info_t mech_support_info; member 579 CK_RV meta_mechManager_get_slots(mech_support_info_t *mech_support_info,
|
H A D | metaObjectManager.c | 1827 mech_support_info_t *info = &(session->mech_support_info); in meta_freeobject_check()
|