Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObject.c350 slot_object_t *dst_slot_object = NULL; in meta_CopyObject() local
422 rv = meta_slot_object_alloc(&dst_slot_object); in meta_CopyObject()
439 ulCount, &(dst_slot_object->hObject)); in meta_CopyObject()
490 pTemplate, ulCount, &dst_slot_object->hObject); in meta_CopyObject()
507 dst_slot_object->hObject, dst_object); in meta_CopyObject()
549 meta_slot_object_activate(dst_slot_object, in meta_CopyObject()
552 dst_object->clones[slotnum] = dst_slot_object; in meta_CopyObject()
554 dst_slot_object = NULL; /* for error cleanup */ in meta_CopyObject()
580 if (dst_slot_object) in meta_CopyObject()
581 meta_slot_object_dealloc(dst_slot_object); in meta_CopyObject()