Lines Matching defs:handle

364 	CK_OBJECT_HANDLE * handle)
370 if (! sess || ! pTemplate || ! handle) {
388 * add the object to the appropriate list and assign an object handle
454 rc = object_mgr_add_to_map(sess, o, handle);
502 CK_OBJECT_HANDLE * handle) {
505 if (! sess || ! obj || ! handle) {
513 map_node->handle = next_object_handle++;
529 *handle = map_node->handle;
753 CK_OBJECT_HANDLE * handle)
759 if (!sess || !obj || !handle)
828 rc = object_mgr_add_to_map(sess, obj, handle);
870 CK_OBJECT_HANDLE handle)
884 rc = object_mgr_find_in_map1(sess->hContext, handle, &obj);
901 (void) object_mgr_remove_from_map(handle);
929 (void) object_mgr_remove_from_map(handle);
965 CK_OBJECT_HANDLE handle;
967 rc = object_mgr_find_in_map2(hContext, obj, &handle);
969 (void) object_mgr_remove_from_map(handle);
981 CK_OBJECT_HANDLE handle;
983 rc = object_mgr_find_in_map2(hContext, obj, &handle);
985 (void) object_mgr_remove_from_map(handle);
1022 object_mgr_find_in_map_nocache(CK_OBJECT_HANDLE handle,
1037 if (map->handle == handle) {
1062 CK_OBJECT_HANDLE handle,
1078 if (map->handle == handle) {
1106 CK_OBJECT_HANDLE * handle)
1111 if (! obj || ! handle) {
1122 h = map->handle;
1135 *handle = h;
1141 *handle = h;
1225 CK_OBJECT_HANDLE handle;
1278 &handle);
1280 rc = object_mgr_add_to_map(sess, obj, &handle);
1301 sess->find_list[ sess->find_count ] = handle;
1343 CK_OBJECT_HANDLE handle,
1358 rc = object_mgr_find_in_map1(sess->hContext, handle, &obj);
1382 CK_OBJECT_HANDLE handle,
1392 rc = object_mgr_find_in_map1(hContext, handle, &obj);
1412 object_mgr_invalidate_handle1(CK_OBJECT_HANDLE handle)
1424 if (map->handle == handle) {
1512 CK_OBJECT_HANDLE handle;
1516 &handle);
1518 (void) object_mgr_invalidate_handle1(handle);
1554 CK_OBJECT_HANDLE handle;
1559 rc = object_mgr_find_in_map2(hContext, obj, &handle);
1561 (void) object_mgr_invalidate_handle1(handle);
1574 CK_OBJECT_HANDLE handle;
1579 rc = object_mgr_find_in_map2(hContext, obj, &handle);
1581 (void) object_mgr_invalidate_handle1(handle);
1608 CK_OBJECT_HANDLE handle;
1613 rc = object_mgr_find_in_map2(hContext, obj, &handle);
1615 (void) object_mgr_invalidate_handle1(handle);
1632 object_mgr_remove_from_map(CK_OBJECT_HANDLE handle)
1642 if (map->handle == handle) {
1713 CK_OBJECT_HANDLE handle,
1729 rc = object_mgr_find_in_map1(sess->hContext, handle, &obj);
1976 CK_OBJECT_HANDLE handle;
1999 rc = object_mgr_find_in_map2(hContext, obj, &handle);
2001 (void) object_mgr_remove_from_map(handle);
2063 rc = object_mgr_find_in_map2(hContext, obj, &handle);
2065 (void) object_mgr_remove_from_map(handle);
2087 CK_OBJECT_HANDLE handle;
2107 rc = object_mgr_find_in_map2(hContext, obj, &handle);
2109 (void) object_mgr_remove_from_map(handle);
2171 rc = object_mgr_find_in_map2(hContext, obj, &handle);
2173 (void) object_mgr_remove_from_map(handle);