Searched refs:obj_hdl (Results 1 – 1 of 1) sorted by relevance
959 CK_OBJECT_HANDLE obj_hdl = CK_INVALID_HANDLE; in test_create_destroy_single_object() local973 &obj_hdl); in test_create_destroy_single_object()977 &obj_hdl); in test_create_destroy_single_object()983 rv = C_DestroyObject(session, obj_hdl); in test_create_destroy_single_object()998 CK_OBJECT_HANDLE obj_hdl[512] = { 0 }; in test_create_destroy_session_objects() local1002 for (n = 0; n < ARRAY_SIZE(obj_hdl); n++) in test_create_destroy_session_objects()1003 obj_hdl[n] = CK_INVALID_HANDLE; in test_create_destroy_session_objects()1013 for (n = 0; n < ARRAY_SIZE(obj_hdl); n++) { in test_create_destroy_session_objects()1016 obj_hdl + n); in test_create_destroy_session_objects()1033 obj_hdl); in test_create_destroy_session_objects()[all …]