Lines Matching refs:hObject
263 slot_object->hObject = hNewObject; in meta_CreateObject()
342 meta_CopyObject(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, in meta_CopyObject() argument
365 rv = meta_handle2object(hObject, &src_object); in meta_CopyObject()
438 slot_session->hSession, src_slot_object->hObject, pTemplate, in meta_CopyObject()
439 ulCount, &(dst_slot_object->hObject)); in meta_CopyObject()
489 slot_session->hSession, src_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()
607 meta_DestroyObject(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject) in meta_DestroyObject() argument
617 rv = meta_handle2object(hObject, &object); in meta_DestroyObject()
658 meta_GetObjectSize(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, in meta_GetObjectSize() argument
670 meta_GetAttributeValue(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, in meta_GetAttributeValue() argument
686 rv = meta_handle2object(hObject, &object); in meta_GetAttributeValue()
698 slot_session->hSession, object->clones[slotnum]->hObject, in meta_GetAttributeValue()
726 meta_SetAttributeValue(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, in meta_SetAttributeValue() argument
747 rv = meta_handle2object(hObject, &object); in meta_SetAttributeValue()
772 object->clones[slotnum]->hObject, pTemplate, in meta_SetAttributeValue()
816 object->clones[slotnum]->hObject, pTemplate, in meta_SetAttributeValue()
854 clone->hObject); in meta_SetAttributeValue()
900 slot_object->hObject, object); in meta_SetAttributeValue()
997 slot_object->hObject = results[i]; in process_find_results()
1004 slot_object->hObject, object); in process_find_results()