Home
last modified time | relevance | path

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

/dports/security/tpm-tools/tpm-tools-1.3.9.1_1/include/
H A Dtpm_pkcs11.h74 CK_ULONG a_ulAttrCount,
79 CK_ULONG a_ulAttrCount,
87 CK_ULONG a_ulAttrCount );
91 CK_ULONG a_ulAttrCount,
/dports/security/tpm-tools/tpm-tools-1.3.9.1_1/src/data_mgmt/
H A Ddata_import.c208 CK_ULONG a_ulAttrCount, in findExistingObjects() argument
223 CK_ATTRIBUTE tAttr[ ulDefaultAttrCount + a_ulAttrCount ]; in findExistingObjects()
231 if ( a_ulAttrCount ) in findExistingObjects()
232 memcpy( tAttr + ulDefaultAttrCount, a_tAttr, a_ulAttrCount * sizeof( CK_ATTRIBUTE ) ); in findExistingObjects()
248 CK_ULONG a_ulAttrCount, in checkExistingObjects() argument
261 if ( findExistingObjects( a_hSession, a_tAttr, a_ulAttrCount, &phObject, &ulObjectCount ) == -1 ) in checkExistingObjects()
296 CK_ULONG a_ulAttrCount ) { in destroyExistingObjects() argument
306 if ( findExistingObjects( a_hSession, a_tAttr, a_ulAttrCount, &phObject, &ulObjectCount ) == -1 ) in destroyExistingObjects()
/dports/security/tpm-tools/tpm-tools-1.3.9.1_1/lib/
H A Dtpm_pkcs11.c441 CK_ULONG a_ulAttrCount, in generateKey() argument
449 …rv = g_pFcnList->C_GenerateKey( a_hSession, a_ptMechanism, a_ptAttrList, a_ulAttrCount, a_phObject… in generateKey()
463 CK_ULONG a_ulAttrCount, in createObject() argument
471 rv = g_pFcnList->C_CreateObject( a_hSession, a_ptAttrList, a_ulAttrCount, a_phObject ); in createObject()
505 CK_ULONG a_ulAttrCount ) { in getObjectAttributes() argument
512 rv = g_pFcnList->C_GetAttributeValue( a_hSession, a_hObject, a_ptAttrList, a_ulAttrCount ); in getObjectAttributes()
526 CK_ULONG a_ulAttrCount, in findObjects() argument
543 rv = g_pFcnList->C_FindObjectsInit( a_hSession, a_ptAttrList, a_ulAttrCount ); in findObjects()