Searched refs:ulObjectCount (Results 1 – 1 of 1) sorted by relevance
244 CK_ULONG ulObjectCount = 0; in checkExistingObjects() local251 if ( findExistingObjects( a_hSession, a_tAttr, a_ulAttrCount, &phObject, &ulObjectCount ) == -1 ) in checkExistingObjects()254 if ( ulObjectCount > 0 ) { in checkExistingObjects()292 CK_ULONG ulObjectCount = 0; in destroyExistingObjects() local296 if ( findExistingObjects( a_hSession, a_tAttr, a_ulAttrCount, &phObject, &ulObjectCount ) == -1 ) in destroyExistingObjects()300 while ( ulObjectCount > 0 ) { in destroyExistingObjects()301 rv = destroyObject( a_hSession, phObject[ --ulObjectCount ] ); in destroyExistingObjects()