Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_import.c244 CK_ULONG ulObjectCount = 0; in checkExistingObjects() local
251 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() local
296 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()