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

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObject.c353 slot_object_t *dst_slot_object = NULL; local
425 rv = meta_slot_object_alloc(&dst_slot_object);
442 ulCount, &(dst_slot_object->hObject));
493 pTemplate, ulCount, &dst_slot_object->hObject);
510 dst_slot_object->hObject, dst_object);
552 meta_slot_object_activate(dst_slot_object,
555 dst_object->clones[slotnum] = dst_slot_object;
557 dst_slot_object = NULL; /* for error cleanup */
583 if (dst_slot_object)
584 meta_slot_object_dealloc(dst_slot_object);
[all...]

Completed in 29 milliseconds