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

/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_import.c244 CK_ULONG ulObjectCount = 0; local
251 if ( findExistingObjects( a_hSession, a_tAttr, a_ulAttrCount, &phObject, &ulObjectCount ) == -1 )
254 if ( ulObjectCount > 0 ) {
292 CK_ULONG ulObjectCount = 0; local
296 if ( findExistingObjects( a_hSession, a_tAttr, a_ulAttrCount, &phObject, &ulObjectCount ) == -1 )
300 while ( ulObjectCount > 0 ) {
301 rv = destroyObject( a_hSession, phObject[ --ulObjectCount ] );

Completed in 75 milliseconds