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

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1257 slot_object_t *tmp_slot_obj = NULL; local
1458 rv = meta_slot_object_alloc(&tmp_slot_obj);
1464 tmp_slot_obj->hObject = unwrapped_obj;
1466 = tmp_slot_obj;
1467 meta_slot_object_activate(tmp_slot_obj, src_slot_session,
1469 tmp_slot_obj = NULL;
1489 if (tmp_slot_obj) {
1490 (void) meta_slot_object_dealloc(tmp_slot_obj);

Completed in 25 milliseconds